# Eshopbox Developers

## Remove

- [Introduction](https://eshop.gitbook.io/eshopbox-developers/master.md)
- [Authentication](https://eshop.gitbook.io/eshopbox-developers/basics/authentication.md)
- [Generating access token](https://eshop.gitbook.io/eshopbox-developers/basics/authentication/generating-access-token.md)
- [Refresh Access Token](https://eshop.gitbook.io/eshopbox-developers/basics/authentication/refresh-access-token.md)
- [Headers](https://eshop.gitbook.io/eshopbox-developers/basics/content.md)
- [Data Types](https://eshop.gitbook.io/eshopbox-developers/basics/data-types.md)
- [Errors](https://eshop.gitbook.io/eshopbox-developers/basics/errors.md)
- [Pagination](https://eshop.gitbook.io/eshopbox-developers/basics/pagination.md)
- [Filtering](https://eshop.gitbook.io/eshopbox-developers/basics/filtering.md)
- [Products](https://eshop.gitbook.io/eshopbox-developers/product/products.md)
- [Get a product](https://eshop.gitbook.io/eshopbox-developers/product/products/get-a-product.md)
- [Get Product list by identifiers](https://eshop.gitbook.io/eshopbox-developers/product/products/get-all-products.md)
- [Create a Product](https://eshop.gitbook.io/eshopbox-developers/product/products/create-a-product.md)
- [Update a Product](https://eshop.gitbook.io/eshopbox-developers/product/products/update-a-product.md)
- [Delete DRAFT product](https://eshop.gitbook.io/eshopbox-developers/product/products/delete-draft-product.md)
- [Merge Products](https://eshop.gitbook.io/eshopbox-developers/product/products/merge-products.md)
- [Filtering](https://eshop.gitbook.io/eshopbox-developers/product/products/filtering.md)
- [Product Availability](https://eshop.gitbook.io/eshopbox-developers/product/product-availability.md)
- [Mark Product Availability](https://eshop.gitbook.io/eshopbox-developers/product/product-availability/mark-product-availability.md)
- [Brands](https://eshop.gitbook.io/eshopbox-developers/product/brands.md)
- [Get all Brands](https://eshop.gitbook.io/eshopbox-developers/product/brands/get-all-brands.md)
- [Get a Brand](https://eshop.gitbook.io/eshopbox-developers/product/brands/get-a-brand.md)
- [Create a Brand](https://eshop.gitbook.io/eshopbox-developers/product/brands/create-a-brand.md)
- [Update a Brand](https://eshop.gitbook.io/eshopbox-developers/product/brands/update-a-brand.md)
- [Filtering](https://eshop.gitbook.io/eshopbox-developers/product/brands/filtering.md)
- [Inventory](https://eshop.gitbook.io/eshopbox-developers/product/untitled.md)
- [Get Inventories](https://eshop.gitbook.io/eshopbox-developers/product/untitled/get-all-inventories.md)
- [Get Inventories v2](https://eshop.gitbook.io/eshopbox-developers/product/untitled/get-inventories-v2.md): COMING SOON
- [Get Inventory Summary](https://eshop.gitbook.io/eshopbox-developers/product/untitled/get-a-product-inventory.md)
- [Inward Consignment](https://eshop.gitbook.io/eshopbox-developers/consignment/inward-consignment.md): Inward consignment represents when Inventory is sent to Eshopbox FC
- [Get Appointment](https://eshop.gitbook.io/eshopbox-developers/consignment/inward-consignment/get-appointment.md)
- [Consignment Items](https://eshop.gitbook.io/eshopbox-developers/consignment/inward-consignment/consignment-items.md)
- [Get all GRN Details](https://eshop.gitbook.io/eshopbox-developers/consignment/inward-consignment/get-all-inward-consignments.md)
- [Get all Inward Consignments](https://eshop.gitbook.io/eshopbox-developers/consignment/inward-consignment/get-all-inward-consignments-1.md)
- [Get an Inward Consignment](https://eshop.gitbook.io/eshopbox-developers/consignment/inward-consignment/get-an-inward-consignment.md)
- [Create an Inward Consignment](https://eshop.gitbook.io/eshopbox-developers/consignment/inward-consignment/create-an-inward-consignment.md)
- [Update an Inward Consignment](https://eshop.gitbook.io/eshopbox-developers/consignment/inward-consignment/update-an-inward-consignment.md)
- [Filtering](https://eshop.gitbook.io/eshopbox-developers/consignment/inward-consignment/filtering.md)
- [Recall Consignment](https://eshop.gitbook.io/eshopbox-developers/consignment/recall-consignment.md)
- [Get Appointment](https://eshop.gitbook.io/eshopbox-developers/consignment/recall-consignment/get-appointment.md)
- [Get all Recall Items](https://eshop.gitbook.io/eshopbox-developers/consignment/recall-consignment/get-all-recall-items.md): This endpoint allows you to get details of all recall items based on the search and filters passed in the request, along with page and per page.
- [Get all Recall Consignments](https://eshop.gitbook.io/eshopbox-developers/consignment/recall-consignment/get-all-recall-consignments.md)
- [Get a Recall Consignment](https://eshop.gitbook.io/eshopbox-developers/consignment/recall-consignment/get-a-recall-consignment.md)
- [Create a Recall Consignment](https://eshop.gitbook.io/eshopbox-developers/consignment/recall-consignment/create-a-recall-consignment.md)
- [Update a Recall Consignment](https://eshop.gitbook.io/eshopbox-developers/consignment/recall-consignment/update-a-recall-consignment.md)
- [Filtering](https://eshop.gitbook.io/eshopbox-developers/consignment/recall-consignment/filtering.md)
- [Orders](https://eshop.gitbook.io/eshopbox-developers/order/orders.md)
- [Get all Orders](https://eshop.gitbook.io/eshopbox-developers/order/orders/get-all-orders.md): This endpoint allows you to get details of all orders based on the search and filters passed in the request, along with page and per page (number of order items to be fetched in a single request).
- [Get an Order](https://eshop.gitbook.io/eshopbox-developers/order/orders/get-an-order.md)
- [Create an Order](https://eshop.gitbook.io/eshopbox-developers/order/orders/create-an-order.md): create order api
- [Update Order (Coming Soon)](https://eshop.gitbook.io/eshopbox-developers/order/orders/update-order-coming-soon.md): This API endpoint allows you to update an existing order in the system.
- [How invoicing works](https://eshop.gitbook.io/eshopbox-developers/order/orders/how-invoicing-works.md)
- [Cancel an Order](https://eshop.gitbook.io/eshopbox-developers/order/orders/cancel-an-order.md)
- [Get invoice details](https://eshop.gitbook.io/eshopbox-developers/order/orders/get-invoice-details.md): This endpoint is designed to fetch the invoice details associated with a given customer order number.
- [Filtering](https://eshop.gitbook.io/eshopbox-developers/order/orders/filtering.md)
- [Tracking an order](https://eshop.gitbook.io/eshopbox-developers/order/orders/tracking-an-order.md): This API allows you to fetch the tracking URL for any order using the customer order ID and shipping mobile number associated with the order.
- [Returns](https://eshop.gitbook.io/eshopbox-developers/order/returns.md): After get delivered. An order can be returned by a customer's request. An order can be partially or fully returned as per customer required. Below parameters are required to generate a request.
- [Get a Return](https://eshop.gitbook.io/eshopbox-developers/order/returns/get-a-return.md)
- [Create a Return](https://eshop.gitbook.io/eshopbox-developers/order/returns/create-a-return.md): This API allows you to create a return request in the Eshopbox system. Only customer returns can be created, and the order must be fulfilled and delivered in the Eshopbox workspace before initiating a
- [Get all Returns](https://eshop.gitbook.io/eshopbox-developers/order/returns/get-all-returns.md)
- [Complete a Return](https://eshop.gitbook.io/eshopbox-developers/order/returns/update-a-return.md): API for Marking Return Process as Completed in Eshopbox
- [Filtering](https://eshop.gitbook.io/eshopbox-developers/order/returns/filtering.md)
- [Shipments](https://eshop.gitbook.io/eshopbox-developers/order/shipments.md)
- [Get all Shipments](https://eshop.gitbook.io/eshopbox-developers/order/shipments/get-all-shipments.md)
- [Get a Shipment](https://eshop.gitbook.io/eshopbox-developers/order/shipments/get-a-shipment.md)
- [Create a Shipment](https://eshop.gitbook.io/eshopbox-developers/order/shipments/create-a-shipment.md)
- [Update Shipment Status](https://eshop.gitbook.io/eshopbox-developers/order/shipments/update-a-shipment.md)
- [Filtering](https://eshop.gitbook.io/eshopbox-developers/order/shipments/filtering.md)
- [Order Status Update](https://eshop.gitbook.io/eshopbox-developers/order/order-status.md)
- [Create Label And Awb](https://eshop.gitbook.io/eshopbox-developers/order/order-status/create-label-and-awb.md)
- [Get Awb And Courier Name](https://eshop.gitbook.io/eshopbox-developers/order/order-status/get-awb-and-courier-name.md)
- [Dispatch Shipment](https://eshop.gitbook.io/eshopbox-developers/order/order-status/dispatch-shipment.md)
- [Courier Details For Return](https://eshop.gitbook.io/eshopbox-developers/order/order-status/courier-details-for-return.md)
- [Update Status](https://eshop.gitbook.io/eshopbox-developers/order/order-status/update-status.md)
- [Shipper integration (Wrapper API)](https://eshop.gitbook.io/eshopbox-developers/order/shipper-integration-wrapper-api.md): Welcome to our API for order and return management. Create orders, request shipments, generate labels, and schedule reverse pickups efficiently.
- [Orders](https://eshop.gitbook.io/eshopbox-developers/order/shipper-integration-wrapper-api/orders.md): This API simplifies order management with features that enable effortless creation of quick orders, swift shipment requests, and automatic generation of shipping labels.
- [Return](https://eshop.gitbook.io/eshopbox-developers/order/shipper-integration-wrapper-api/return.md): Effortlessly generate Air Waybills (AWBs) for shipments and easily schedule reverse pickups for returned items, simplifying the return process for customers.
- [Cancel Tracking](https://eshop.gitbook.io/eshopbox-developers/order/shipper-integration-wrapper-api/cancel-tracking.md): Effortlessly cancel tracking for shipments that are no longer needed, allowing you to stop tracking for canceled or unnecessary orders.
- [Get Tracking Details via polling](https://eshop.gitbook.io/eshopbox-developers/order/shipper-integration-wrapper-api/get-tracking-details-via-polling.md): Retrieve detailed tracking information for your shipments, ensuring you and your customers are always informed about their current status and location.
- [Get Tracking Details via CustomerOrderId](https://eshop.gitbook.io/eshopbox-developers/order/shipper-integration-wrapper-api/get-tracking-details-via-customerorderid.md)
- [Registering webhook for tracking shipment](https://eshop.gitbook.io/eshopbox-developers/order/shipper-integration-wrapper-api/registering-webhook-for-tracking-shipment.md): The Webhook API delivers real-time notifications about inventory, fulfillment and return from Eshopbox.
- [B2B Orders](https://eshop.gitbook.io/eshopbox-developers/order/b2b-orders.md)
- [Create B2B Order](https://eshop.gitbook.io/eshopbox-developers/order/b2b-orders/create-b2b-order.md): The Create B2B Order API allows sellers to create a new B2B order in their Eshopbox workspace. The API accepts order metadata such as ship-from/to locations, batching preferences.
- [Get B2B Order details](https://eshop.gitbook.io/eshopbox-developers/order/b2b-orders/get-b2b-order-details.md): Returns the order-level record including status, invoice info, scheduling, ship-from/to locations.
- [Get B2B Order Items](https://eshop.gitbook.io/eshopbox-developers/order/b2b-orders/get-b2b-order-items.md): Returns the product line items (SKUs, quantities, inventory status) for a specific order.
- [Update B2B Invoice Details](https://eshop.gitbook.io/eshopbox-developers/order/b2b-orders/update-b2b-invoice-details.md): Updates the invoice number, invoice URL, e-way bill URL, and schedules a delivery slot for an order.
- [Confirm B2B Order](https://eshop.gitbook.io/eshopbox-developers/order/b2b-orders/confirm-b2b-order.md)
- [Payout](https://eshop.gitbook.io/eshopbox-developers/payment/payouts.md): The payout represents the funds a portal receives from their contact.
- [Get all Payouts](https://eshop.gitbook.io/eshopbox-developers/payment/payouts/get-all-payouts.md)
- [Get a Payout](https://eshop.gitbook.io/eshopbox-developers/payment/payouts/get-a-payout.md)
- [Create a Payout](https://eshop.gitbook.io/eshopbox-developers/payment/payouts/create-a-payout.md)
- [Filtering](https://eshop.gitbook.io/eshopbox-developers/payment/payouts/filtering.md)
- [Fee](https://eshop.gitbook.io/eshopbox-developers/payment/fees-1.md): A fee is a rate card agreed between portal and its contact. Eshopbox allows you to configure such rate cards into a set of rules.
- [Update a Fee](https://eshop.gitbook.io/eshopbox-developers/payment/fees-1/updating-a-fee.md)
- [Create a fee](https://eshop.gitbook.io/eshopbox-developers/payment/fees-1/configuring-a-fee.md)
- [Fee Details](https://eshop.gitbook.io/eshopbox-developers/payment/fees.md): A fee is a rate card agreed between portal and its contact. Eshopbox allows you to configure such rate cards into a set of rules.
- [Get all Fees](https://eshop.gitbook.io/eshopbox-developers/payment/fees/get-all-fees.md)
- [Get a Fee](https://eshop.gitbook.io/eshopbox-developers/payment/fees/get-a-fee.md)
- [Filtering](https://eshop.gitbook.io/eshopbox-developers/payment/fees/filtering.md)
- [Transaction rules](https://eshop.gitbook.io/eshopbox-developers/payment/transaction-rules.md): A transaction rule defines following for a particular sales channel : The due date for invoices and Applicable fees
- [Get all Transaction rules](https://eshop.gitbook.io/eshopbox-developers/payment/transaction-rules/get-all-transaction-rules.md)
- [Get a Transaction rule](https://eshop.gitbook.io/eshopbox-developers/payment/transaction-rules/get-a-transaction-rule.md)
- [Create a Transaction Rule](https://eshop.gitbook.io/eshopbox-developers/payment/transaction-rules/create-a-transaction-rule.md)
- [Update a Transaction Rule](https://eshop.gitbook.io/eshopbox-developers/payment/transaction-rules/update-a-transaction-rule.md)
- [Filtering](https://eshop.gitbook.io/eshopbox-developers/payment/transaction-rules/filtering.md)
- [Portal](https://eshop.gitbook.io/eshopbox-developers/setting/portal.md): Portals are the core resource to any project.
- [Get All Portals](https://eshop.gitbook.io/eshopbox-developers/setting/portal/get-all-portals.md)
- [Workspace](https://eshop.gitbook.io/eshopbox-developers/setting/workspace.md)
- [Create a workspace](https://eshop.gitbook.io/eshopbox-developers/setting/workspace/create-a-workspace.md): Workspace is used to access the various resources provided by Eshopbox to a client after successfully signup process.
- [Get all workspaces](https://eshop.gitbook.io/eshopbox-developers/setting/workspace/get-all-workspaces.md)
- [Get a workspace](https://eshop.gitbook.io/eshopbox-developers/setting/workspace/get-a-workspace.md)
- [Update a workspace](https://eshop.gitbook.io/eshopbox-developers/setting/workspace/update-a-workspace.md)
- [Filtering](https://eshop.gitbook.io/eshopbox-developers/setting/workspace/filtering.md)
- [Sales Channel](https://eshop.gitbook.io/eshopbox-developers/setting/sales-channel-subscription.md)
- [Create a Sales Channel](https://eshop.gitbook.io/eshopbox-developers/setting/sales-channel-subscription/create-a-subscription.md): The sales channel represents where a user sell their products. Subscribing to a Sales Channel will enable user to fulfill orders placed on it.
- [Update a Sales Channel](https://eshop.gitbook.io/eshopbox-developers/setting/sales-channel-subscription/update-a-sales-channel.md)
- [Get all Sales Channels](https://eshop.gitbook.io/eshopbox-developers/setting/sales-channel-subscription/get-all-sales-channels.md)
- [Get a Sales Channel](https://eshop.gitbook.io/eshopbox-developers/setting/sales-channel-subscription/get-a-sales-channel.md)
- [Fulfillment Center](https://eshop.gitbook.io/eshopbox-developers/setting/subscription.md)
- [Create a Fc Subscription](https://eshop.gitbook.io/eshopbox-developers/setting/subscription/create-a-fc-subscription.md): A fulfillment center (FC) is a physical location from which Eshopbox fulfills orders. Subscribing fulfillment center (FC) will allow a user to send their inventory to Eshobox warehouses.
- [Get all Fulfillment center](https://eshop.gitbook.io/eshopbox-developers/setting/subscription/get-all-fulfillment-center.md)
- [Get a Fc Subscription](https://eshop.gitbook.io/eshopbox-developers/setting/subscription/get-a-fc-subscription-1.md)
- [Update a Fc Subscription](https://eshop.gitbook.io/eshopbox-developers/setting/subscription/update-a-fc-subscription.md)
- [Contact](https://eshop.gitbook.io/eshopbox-developers/setting/contacts.md): Contact is an external entity who is part of  business process(s). You may enter into multiple dealings with your contact. Eshopbox allows you to create a Contact to track its involvement with you
- [Create a Contact](https://eshop.gitbook.io/eshopbox-developers/setting/contacts/create-a-contact.md)
- [Get all Contacts](https://eshop.gitbook.io/eshopbox-developers/setting/contacts/get-all-contacts.md)
- [Get a Contact](https://eshop.gitbook.io/eshopbox-developers/setting/contacts/get-a-contact.md)
- [Update a Contact](https://eshop.gitbook.io/eshopbox-developers/setting/contacts/update-a-contact.md)
- [Filtering](https://eshop.gitbook.io/eshopbox-developers/setting/contacts/filtering.md)
- [Team](https://eshop.gitbook.io/eshopbox-developers/setting/team.md)
- [Create a Team Member](https://eshop.gitbook.io/eshopbox-developers/setting/team/create-a-team-member.md): Add team members of your organization to the workspace so you can work together on the processes.
- [Update a Team Member](https://eshop.gitbook.io/eshopbox-developers/setting/team/update-a-team-member.md)
- [Get a Team Member](https://eshop.gitbook.io/eshopbox-developers/setting/team/get-a-team-member.md)
- [Get all Team Members](https://eshop.gitbook.io/eshopbox-developers/setting/team/get-all-team-members.md)
- [Location](https://eshop.gitbook.io/eshopbox-developers/setting/location.md)
- [Create Location](https://eshop.gitbook.io/eshopbox-developers/setting/location/create-location.md): This API allows users to create a Location in the Eshopbox workspace.
- [Webhook](https://eshop.gitbook.io/eshopbox-developers/advanced/events-webhook.md)
- [Observable Events](https://eshop.gitbook.io/eshopbox-developers/advanced/events-webhook/observable-events.md)
- [Event Payload](https://eshop.gitbook.io/eshopbox-developers/advanced/events-webhook/event-payload.md)
- [Get all Webhooks](https://eshop.gitbook.io/eshopbox-developers/advanced/events-webhook/get-all-webhooks.md)
- [Get a Webhook](https://eshop.gitbook.io/eshopbox-developers/advanced/events-webhook/get-a-webhook.md)
- [Create a Webhook](https://eshop.gitbook.io/eshopbox-developers/advanced/events-webhook/create-a-webhook.md)
- [Update a Webhook](https://eshop.gitbook.io/eshopbox-developers/advanced/events-webhook/update-a-webhook.md)
- [Logs](https://eshop.gitbook.io/eshopbox-developers/advanced/events-webhook/logs.md)
- [Custom Field](https://eshop.gitbook.io/eshopbox-developers/advanced/custom-fields.md)
- [Get all Custom Fields](https://eshop.gitbook.io/eshopbox-developers/advanced/custom-fields/get-all-custom-fields.md)
- [Get a Custom Field by Internal Name](https://eshop.gitbook.io/eshopbox-developers/advanced/custom-fields/get-all-custom-fields-by-internal-name.md)
- [Get all Custom Fields by Scope](https://eshop.gitbook.io/eshopbox-developers/advanced/custom-fields/get-all-custom-fields-by-scope.md)
- [Create a custom field](https://eshop.gitbook.io/eshopbox-developers/advanced/custom-fields/create-a-custom-field.md)
- [Update a Custom field](https://eshop.gitbook.io/eshopbox-developers/advanced/custom-fields/update-a-custom-field.md)
- [Filtering](https://eshop.gitbook.io/eshopbox-developers/advanced/custom-fields/filtering.md)
- [Export Job](https://eshop.gitbook.io/eshopbox-developers/advanced/export-jobs.md)
- [Get All Export Jobs](https://eshop.gitbook.io/eshopbox-developers/advanced/export-jobs/get-all-export-jobs.md)
- [Get Export Job](https://eshop.gitbook.io/eshopbox-developers/advanced/export-jobs/get-export-job.md)
- [Create Export Job](https://eshop.gitbook.io/eshopbox-developers/advanced/export-jobs/create-export-job.md)
- [Import Job](https://eshop.gitbook.io/eshopbox-developers/advanced/jobs.md)
- [Get all Import Jobs](https://eshop.gitbook.io/eshopbox-developers/advanced/jobs/get-all-jobs.md)
- [Get Import Job](https://eshop.gitbook.io/eshopbox-developers/advanced/jobs/get-a-job.md)
- [Create Import Job](https://eshop.gitbook.io/eshopbox-developers/advanced/jobs/create-a-job.md)
- [Activity](https://eshop.gitbook.io/eshopbox-developers/advanced/activities.md)
- [Failed Delivery API](https://eshop.gitbook.io/eshopbox-developers/advanced/failed-delivery-api.md): The Failed Delivery Resolution API allows you to submit resolution actions for orders that couldn't be delivered. This API enables you to provide updated delivery information or select resolution code
- [Rate Calculator](https://eshop.gitbook.io/eshopbox-developers/advanced/rate-calculator.md): This API helps determine the cost of shipping based on various parameters such as journey type, destination, weight, and payment method.
- [Pincode serviceability API](https://eshop.gitbook.io/eshopbox-developers/advanced/pincode-serviceability-api.md): This API will shows whether a drop pincode is serviceable or not based up on the various conditions of the requests:
- [Get Serviceability Based on Drop Pincode, Pickup Pincode, and Product Dimensions](https://eshop.gitbook.io/eshopbox-developers/advanced/pincode-serviceability-api/get-serviceability-based-on-drop-pincode-pickup-pincode-and-product-dimensions.md)
- [Get Serviceability for Drop Pincode and Product SKU](https://eshop.gitbook.io/eshopbox-developers/advanced/pincode-serviceability-api/get-serviceability-for-drop-pincode-and-product-sku.md)
- [Get Serviceability for Pickup and Drop Pincode](https://eshop.gitbook.io/eshopbox-developers/advanced/pincode-serviceability-api/get-serviceability-for-pickup-and-drop-pincode.md)
- [Get Bulk Pincode Serviceability](https://eshop.gitbook.io/eshopbox-developers/advanced/pincode-serviceability-api/get-bulk-pincode-serviceability.md): The Bulk Pincode Serviceability API allows you to get the list of all the pickup and delivery pincodes across multiple shipping modes.
- [Build a Private Sales Channel App](https://eshop.gitbook.io/eshopbox-developers/integration-guides/custom-sales-channels.md)
