OXM-OpenAPIs ## Sections • [Getting Started](https://developer.anchanto.com/oxm/getting-started.md): Welcome to the Operation Experience API documentation! This guide will help you get started with integrating and using the Operation Experience API in your applications. Overview Operation Experience (OXM) provides a powerful set of APIs that allow you to manage and streamline your operational processes. The API offers various endpoints to perform operations related to orders, customers, suppliers, inventory, and more. By integrating your applications with OXM, you can automate your operations, improve efficiency, and deliver an exceptional experience to your customers. API Authentication To access the Operation Experience API, you need to authenticate your requests using OAuth 2.0. Follow the steps below to obtain the necessary credentials:Contact the administrator to obtain the "Client ID" and "Client Secret" codes.Provide the administrator with the Redirect URL where you want to receive the authentication response.Once the administrator generates the Client ID and Client Secret, you will receive them for further API calls. API Endpoints The Operation Experience API provides a range of endpoints to interact with different resources. Each endpoint represents a specific operation and supports various HTTP methods (GET, POST, PUT, DELETE). Here are some of the key endpoints available: Orders : Manage order creation, updates, tracking, and cancellation. Customers : Perform operations related to customer management, such as retrieving customer details, creating new customers, and updating customer information. Suppliers : Access supplier information, including supplier details, contact information, and supplier state. Inventory : Retrieve inventory details, update stock quantities, and track inventory movements. Authentication : Authenticate and obtain access tokens for API authorization.Please refer to the detailed API documentation for the full list of available endpoints, request/response examples, and parameter details. API Usage To start using the Operation Experience API, you need to:Obtain an access token using the authentication endpoint.Include the access token in the authorization header of each API request.Make HTTP requests to the appropriate API endpoints, following the specified method, URL, and payload requirements.Handle API responses and process the data returned by the API.It's recommended to use an HTTP client library or tool of your choice to interact with the API endpoints efficiently. You can find code snippets and examples in the documentation to help you get started quickly. Rate Limiting The Operation Experience API enforces rate limits to ensure fair usage and maintain system stability. The rate limits are based on the number of requests per minute (RPM) for each API endpoint. Please refer to the API documentation for the specific rate limits applicable to each endpoint. Support If you have any questions, issues, or need further assistance regarding the Operation Experience API, please reach out to our support team via apisupport@anchanto.com . We are here to help you make the most of the API and ensure a seamless integration experience.That's it! You are now ready to explore the Operation Experience API and leverage its capabilities to optimize your operational workflows. Refer to the detailed API documentation for more in-depth information and start building amazing applications with Operation Experience. Support Email Template To request any support form OXM team kindly send an email as it appears below: TO: apisupport@anchanto.com From: OXM customer registered email First Name: Last Name: Client Id: Product: OXM Module: Subject: Description: Attachments if any: • [Overview: Operations Experience (OXM)](https://developer.anchanto.com/oxm/getting-started/overview-operations-experience-oxm.md): Abstract Anchanto OXM is a white-labelled solution built for service providers (3PL, e-Comm Enablers and Distributors) to enhance customer engagement and onboarding OXM provides the ability to track the status, manage and fulfill orders by encapsulating the entire backend ecosystem (OMS, WMS ..) OXM empowers the customers of service providers by giving access to pre-built library of marketplace, webstore and carrier integrations OXM also empowers the customers to carry out order and inventory management independently, with enhanced scalability. Key Features Seamless addition of new order channels with self serve setup and management by sellers Integrate sales channels Orders places on online sales channels including marketplaces, webstores, social commerce, C2C platforms are automatically send for fulfilment Orders from Offline & B2B channels Uploading orders manually using predefined templates available on a common interface Fulfilment integration with WMS (either Anchanto WMS or 3rd party WMS) for sellers using fulfilment services Shipping label printing Sellers can print carrier shipping labels from same interface Delivery milestone tracking visible to sellers on portal Website UI & Design to match service provider brand guidelines Dashboard for visibility on orders shipped, carriers used as a basic feature Inventory Management allows for management of common stock across all channels. Product Benefits Substantially reduce the time, effort & resource utilisation for customer onboarding & managementMonitor your operations in real-time with a unified view of sales, logistics, and inventory across locations & channels for all connected customersCreate a branded white-labeled interface with a customised domain name for your customersGive autonomy to your customers to perform flawless e-commerce operations on a lightweight platformChoose the platforms and type of access you want to grant without opening up your entire operations to each customerAccess a library of pre-built integrations to make the most of your existing eCommerce systems and offer the same to your customers. Users Service Provider Admin Service Provider Admin involves in customer management and platform management role in the OXM ecosystem. They can manage and view the below modules: Customer Onboarding - To onboard brands/sellers/retailers and provide them access to the cusotmer portal Channels & Platform Management - To manage the various channels and platforms integration (Anchanto integrated platforms, 3rd Party platforms) Preferences - To manage the branding of the customer portal as per the service provider's branding guideline Dashboard - To view the analytical insights related to customer onboarding statuses, customer performance, Channels & Platforms utilization. Brand/Seller/Retailer's Portal Brand/Seller/Retailer users involves in day to day business activities related to the portfolio. They can manage and view the below modules Inventory - To create and manage products in the inventory Supplier - To manage the Supplier master with the Warehouse Inbound - To create and manage the purchase orders created for inbound of consignments in the warehouse Order - To create, manage and track the B2C, B2B, Return and Shipment orders created from Online and offline channels Integrations - To connect with marketplaces and webstores to fetch orders and sync inventories with the online channels Dashboard - To view the day to day business analytics and insight Self Service - To manage passwords and information and also onboard collegues and co-workers into the platform. • [OXM-API Overview](https://developer.anchanto.com/oxm/getting-started/overview-operations-experience-oxm/oxm-api-overview.md): The API flow between your product OXM and a 3rd party system typically follows the request-response pattern. Here's a general overview of the API flow: Order Management The integration between OXM APIs and the 3rd party system can be structured as follows:Orders/Shipments created in the 3rd party system can be pushed to OXM using the Create Order APIs of OXM.Return order created in the 3rd party system can be pushed to OXM using the Create Return Order API of OXM.Updates of Orders in 3rd Party System can be pushed to OXM using the Update Order/Shipment API of OXM.The status of the Order can be marked as Cancelled in the 3rd party system and will automatically get updated from the 3rd party system to OXM using the Order Cancellation API of OXMThe status of the Order can be fetched from OXM using the Order Status API by the 3rd party system:PickedPackedLabel PrintedReady to ShipIn TransitDeliveredShipments can be confirmed in OXM from the 3rd Party System using the Shipment confirmation APIs of OXMOrder/Shipment reconciliation can be done with OXM using the Fetch Order API by the 3rd Party system in a regular time interval.By integrating OXM APIs with the 3rd party system, you can streamline order management, ensure data consistency, and automate processes between the two systems. Inventory Management The following points describe the integration between the 3rd party system and OXM using OXM APIs:When a product/SKU is created in the 3rd party system, it will automatically be created in OXM using the Create Product API of OXM.Updates made to a product/SKU in the 3rd party system will automatically be reflected in OXM using the Update Product API of OXM.The stock of a product can be automatically be updated from OXM to the 3rd party system using the Product Stock Fetch API of OXM in regular time intervalsProduct reconciliation can be done with OXM using the Fetch Product API by the 3rd Party system in a regular time interval. This integration ensures that product information and updates are synchronized between the 3rd party system and OXM, allowing for accurate inventory management and seamless communication between the two systems. Supplier Management When a supplier is created in 3rd Party System, the following actions will occur:The supplier will automatically be created in the OXM by pushing the information in the Create Supplier API of OXM.When supplier are created in OXM, the following actions will occur:The supplier's information will automatically be updated in the 3rd party system by consuming the Fetch Supplier API of the OXM in regular time intervals.By leveraging the OXM APIs and integrating the 3rd party system, you can ensure that supplier information remains synchronized between OXM and the 3rd party system. This seamless integration streamlines supplier management processes and ensures accurate and up-to-date data across both systems. Inbound Management When a Purchase Order is created in 3rd Party System, it can be pushed to OXM using the Create PO API of OXM Any updates made to the Purchase Order in OXM can be fetched in the 3rd Party system using the Fetch PO Status APIAny PO created in OXM can be fetched by the 3rd Party System for reconciliation purpose using the Fetch All PO API in a regular time intervalThis integration streamlines the process of managing Purchase Orders and their status, eliminating manual efforts and ensuring accurate and up-to-date information across both systems. Masters To create Orders, Products, Purchase Orders in OXM Currencies and Unit of Measurements needs to be pushed in OXM as per the defined format. Thus consuming the Currency and UOM APIs will ensure that the masters in both the platform are in sync. • [Sandbox Environment](https://developer.anchanto.com/oxm/getting-started/overview-operations-experience-oxm/sandbox-environment.md): What is an API sandbox environment? In the context of APIs (Application Programming Interfaces), a sandbox environment refers to a testing or development environment that allows developers to experiment, simulate, and interact with an API without impacting the production or live system. It is a controlled and isolated environment where developers can test their API integrations, validate functionality, and explore different scenarios before deploying them in a live or production environment.The sandbox environment typically mimics the behavior of the actual API but operates separately from the production system. It enables developers to perform testing, debug code, simulate requests and responses, and assess the functionality and performance of the API without affecting real user data or causing any disruptions. How to get Sandbox Credentials for Anchanto's Developer Portal? To obtain API sandbox credentials from Anchanto's Developer Portal, you can follow these steps:Request Sandbox Account: Send an email to https://help.anchanto.com/support/home with the following details:Company NameBusiness Name Developer Email Developer Phone NumberVerification and Sandbox Generation: Our team will verify the provided information and generate the sandbox account details. These details will be shared with you via email.Register New Company/Customer: Once you receive the sandbox credentials, you can use them to register a new company or customer in your account. API URLs: Anchanto API Sandbox Environment: https://cep-uat-api.anchanto.com/external-api/v1/ Anchanto API Production Environment: https://cep-api.anchanto.com/external-api/v1/ • [API Reference](https://developer.anchanto.com/oxm/api-reference.md): The table describes a set of operations involving an Open API, OXM and a third-party system (3P system). It outlines the inbound and outbound systems, API endpoints, and associated events for each operation. These operations facilitate order creation and cancellation, inventory updates, order status updates, purchase order management, and coordination between the systems involved It also mentions the use of open APIs (Application Programming Interfaces) and webhooks for integration purposes. Order Management # Operation Type Inbound Outbound Open API 1 Create B2C Order POST OXM 3P system /external-api/v1/orders/create/b2c 2 Create B2B Order POST OXM 3P system /external-api/v1/orders/create/b2b 3 Create Shipment POST OXM 3P system /external-api/v1/orders/create/shipment 4 Create Return Order POST OXM 3P system /external-api/v1/orders/create/return_order 5 Update B2C Order PUT OXM 3P system /external-api/v1/orders/update/{order_id}/b2c 6 Update B2B Order PUT OXM 3P system /external-api/v1/orders/update/{order_id}/b2b 7 Update Shipment PUT OXM 3P system /external-api/v1/orders/update/{order_id}/shipment 8 Confirm Shipment PUT OXM 3P system /external-api/v1/orders/shipment/{order_id}/confirm 9 B2C Order Status GET OXM 3P system /external-api/v1/orders/b2c/{order_id} 10 B2B Order Status GET OXM 3P system /external-api/v1/orders/b2b/{order_id} 11 Shipment Status GET OXM 3P system /external-api/v1/orders/shipment/{order_id} 12 Cancel Order/Shipment PUT OXM 3P system /external-api/v1/orders/{order_id}/cancel 13 Fetch All Orders GET OXM 3P system /external-api/v1/orders 13 Fetch All Return Orders GET OXM 3P system /external-api/v1/orders/return Product Management # Operation Type Inbound Outbound Open API 1 Create Product POST OXM 3P System /external-api/v1/products/create_inventory 2 Update Product PUT OXM 3P System /external-api/v1/products/update_inventory 3 Inventory Stock GET OXM 3P System /external-api/v1/products/{product_sku}/inventory_stock 4 Get All Products GET OXM 3P System /external-api/v1/products/{type}/product Supplier Management # Operation Type Inbound Outbound Open API 1 Create Supplier POST OXM 3P System /external-api/v1/suppliers/create 2 Fetch Supplier GET OXM 3P System /external-api/v1/suppliers/{state}/supplier Inbound Management # Operation Type Inbound Outbound Open API 1 Create PO POST OXM 3P System /external-api/v1/purchase_orders/create 2 PO Status GET OXM 3P System /external-api/v1/purchase_orders/{purchase_order_number} 3 Fetch all PO GET OXM 3P System /external-api/v1/purchase_orders Important Masters # Operation Type Inbound Outbound Open API 1 Currencies GET OXM 3P System /external-api/v1/currencies 2 Unit of Measurements GET OXM 3P System /external-api/v1/uoms • [Authentication Flow](https://developer.anchanto.com/oxm/authentication-flow.md): The Authentication API allows users to obtain an access token for authentication purposes. Step 1: Get Client ID and Client Secret To use the Authentication API, you need to obtain the Client ID and Client Secret codes from the Admin. Follow the steps below: Provide the Redirect URL: Share the Redirect URL with the Admin. This URL is required to generate the Client ID and Client Secret codes. Enter the Redirect URL in the Admin Portal: The Admin will enter the provided Redirect URL in the Admin Portal. Generate Client ID and Client Secret: The Admin will generate the Client ID and Client Secret codes for your application. Share Client ID and Client Secret: Once generated, the Admin will provide you with the Client ID and Client Secret codes. Keep these codes secure as they are required for further API calls. Step 2: Get Access Token To obtain an access token, make a POST request to the following endpoint: Plain text https://cep-uat-api.anchanto.com/external-api/v1/oauth/token Request Insert line aboveInsert line belowDelete Plain text cURLcurl --location --request POST 'https://cep-uat-api.anchanto.com/external-api/v1/oauth/token' \--header 'Authorization: Basic JDJiJDEyJHZwZzVjT0xkN3VTS1hybXBqU2RQUi5XNVcyOU9URWlBenRpei44WTJyWkJVSWtTZTFFY2txOiQyYiQxMiRyNTlkSUpBT3BtWVZvLmhkci9jMUN1QUlIY3k4ZDBwdy9PazhTLkNtcFdVZlUyZko3MXFzTw==' \--header 'Content-Type: application/x-www-form-urlencoded' \--data-urlencode 'username=sharad.patil+uatcontact@anchanto.com' \--data-urlencode 'grant_type=password' \--data-urlencode 'password=Sharad@123' Request Headers Insert line aboveInsert line belowDelete Authorization : The value should be the Base64 encoded string of "Client ID:Client Secret". Content-Type : Set to application/x-www-form-urlencoded . Request Body Parameters username : The username or email associated with the account. grant_type : Set to password . password : The password for the account. Response Upon successful authentication, you will receive a response containing the access token. Plain text { "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...", "token_type": "Bearer", "expires_in": 3600, "refresh_token": "nNshdjGjs...kdsGF4sjd" } Response Fields access_token : The access token to be used for subsequent API calls. Include this token in the Authorization header as a Bearer token. token_type : The type of token, which is usually "Bearer". expires_in : The expiration time of the access token in seconds. refresh_token : The refresh token that can be used to obtain a new access token when the current one expires. Note: The access token should be included in the Authorization header of all subsequent API requests as follows: Plain text Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9... • [Create New B2C Order](https://developer.anchanto.com/oxm/orders/create-new-b2c-order.md): This section allows users to create a new B2C order with detailed information such as shipping type, carrier name, order items, and billing/shipping addresses. Users can easily set up and manage B2C orders within their system using this API functionality. This API creates a new B2C order with details such as shipping type, carrier name, order items, and billing/shipping addresses. Field Name Sample Value Data Type Length Mandatory shipping_type Standard String 20 Yes carrier_name BlueDart String 50 Yes order_number 20230220122505865 String 20 Yes currency INR String 3 Yes delivery_date 2023-02-23 Date 10 Yes instruction This is special instruction String 255 No payment_collection Online String 20 Yes custom_duty DDU String 3 Yes total_payble 4500 Number - Yes shipping_cost 4550 Number - Yes tax_amount 250 Number - Yes discount 18 Number - Yes sub_total 100 Number - Yes sku CB0998 String 10 Yes unit_price 4550 Number - Yes retail_price 4600 Number - Yes selling_price 4550 Number - Yes quantity 1 Number - Yes uom Carton String 10 Yes expiry_date 2023-02-23 Date 10 Yes batch_number 3453454 String 20 Yes first_name Basharat String 50 Yes last_name Nawaz String 50 Yes business_name Basharat Business String 100 No phone 8898776567 String 15 Yes email abc@gmail.com String 100 Yes address1 address line 1 String 100 Yes address2 address line 2 String 100 No address3 address line 3 String 100 No country_iso3 IND String 3 Yes state Maharashtra String 50 Yes city Pune String 50 Yes suburb Baner String 50 No zipcode 411045 String 6 Yes first_name Basharat String 50 Yes last_name Nawaz String 50 Yes business_name Basharat Business String 100 No phone 8898776567 String 15 Yes email abc@gmail.com String 100 Yes address1 address line 1 String 100 Yes address2 address line 2 String 100 No address3 address line 3 String 100 No country_iso3 IND String 3 Yes state Maharashtra String 50 Yes city Pune String 50 Yes suburb Baner String 50 No zipcode 411045 String 6 Yes • [Update B2C Order Details](https://developer.anchanto.com/oxm/orders/update-b2c-order-details.md): [{"type":"p","id":1726046259431,"_id":1726046259431,"children":[{"text":"This section allows users to update various details of an existing B2C order, such as the shipping type, order number, and payment collection method. By utilizing this API, users can efficiently manage and modify specific attributes of their B2C orders to ensure accurate and up-to-date information."}]},{"type":"p","id":1726046259432,"_id":1726046259432,"children":[{"text":"This API updates the details of an existing B2C order, including the shipping type, order number, and payment collection method."}]},{"type":"table","id":1726135558374,"_id":1726135558374,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558374,"children":[{"type":"th","id":1726135558374,"children":[{"type":"p","id":1726135560026,"children":[{"bold":true,"text":"Field Name"}]}]},{"type":"th","id":1726135558374,"children":[{"type":"p","id":1726135560023,"children":[{"bold":true,"text":"Sample Value"}]}]},{"type":"th","id":1726135558374,"children":[{"type":"p","id":1726135560021,"children":[{"bold":true,"text":"Data Type"}]}]},{"type":"th","id":1726135558374,"children":[{"type":"p","id":1726135560019,"children":[{"bold":true,"text":"Length"}]}]},{"type":"th","id":1726135558374,"children":[{"type":"p","id":1726135560015,"children":[{"bold":true,"text":"Mandatory"}]}]}]}]},{"type":"table","id":1726135558375,"_id":1726135558375,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558375,"children":[{"type":"td","id":1726135558375,"children":[{"type":"p","id":1726135560011,"children":[{"code":true,"text":"shipping_type"}]}]},{"type":"td","id":1726135558375,"children":[{"type":"p","id":1726135560008,"children":[{"text":"Standard"}]}]},{"type":"td","id":1726135558375,"children":[{"type":"p","id":1726135560006,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558375,"children":[{"type":"p","id":1726135560003,"children":[{"text":"15"}]}]},{"type":"td","id":1726135558375,"children":[{"type":"p","id":1726135560001,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558375,"_id":1726135558375,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558375,"children":[{"type":"td","id":1726135558375,"children":[{"type":"p","id":1726135559999,"children":[{"code":true,"text":"carrier_name"}]}]},{"type":"td","id":1726135558375,"children":[{"type":"p","id":1726135559997,"children":[{"text":"BlueDart"}]}]},{"type":"td","id":1726135558375,"children":[{"type":"p","id":1726135559994,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558375,"children":[{"type":"p","id":1726135559992,"children":[{"text":"10"}]}]},{"type":"td","id":1726135558375,"children":[{"type":"p","id":1726135559989,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558376,"_id":1726135558376,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558376,"children":[{"type":"td","id":1726135558376,"children":[{"type":"p","id":1726135559987,"children":[{"code":true,"text":"order_number"}]}]},{"type":"td","id":1726135558376,"children":[{"type":"p","id":1726135559985,"children":[{"text":"20230220122505865"}]}]},{"type":"td","id":1726135558376,"children":[{"type":"p","id":1726135559982,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558376,"children":[{"type":"p","id":1726135559979,"children":[{"text":"20"}]}]},{"type":"td","id":1726135558376,"children":[{"type":"p","id":1726135559977,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558377,"_id":1726135558377,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558377,"children":[{"type":"td","id":1726135558377,"children":[{"type":"p","id":1726135559974,"children":[{"code":true,"text":"currency"}]}]},{"type":"td","id":1726135558377,"children":[{"type":"p","id":1726135559972,"children":[{"text":"INR"}]}]},{"type":"td","id":1726135558377,"children":[{"type":"p","id":1726135559969,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558377,"children":[{"type":"p","id":1726135559966,"children":[{"text":"3"}]}]},{"type":"td","id":1726135558377,"children":[{"type":"p","id":1726135559963,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558377,"_id":1726135558377,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558377,"children":[{"type":"td","id":1726135558377,"children":[{"type":"p","id":1726135559960,"children":[{"code":true,"text":"delivery_date"}]}]},{"type":"td","id":1726135558377,"children":[{"type":"p","id":1726135559958,"children":[{"text":"2023-02-23"}]}]},{"type":"td","id":1726135558377,"children":[{"type":"p","id":1726135559955,"children":[{"text":"Date"}]}]},{"type":"td","id":1726135558377,"children":[{"type":"p","id":1726135559952,"children":[{"text":"10"}]}]},{"type":"td","id":1726135558377,"children":[{"type":"p","id":1726135559949,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558378,"_id":1726135558378,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558378,"children":[{"type":"td","id":1726135558378,"children":[{"type":"p","id":1726135559946,"children":[{"code":true,"text":"instruction"}]}]},{"type":"td","id":1726135558378,"children":[{"type":"p","id":1726135559943,"children":[{"text":"This is special instruction"}]}]},{"type":"td","id":1726135558378,"children":[{"type":"p","id":1726135559940,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558378,"children":[{"type":"p","id":1726135559937,"children":[{"text":"50"}]}]},{"type":"td","id":1726135558378,"children":[{"type":"p","id":1726135559934,"children":[{"text":"No"}]}]}]}]},{"type":"table","id":1726135558380,"_id":1726135558380,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558380,"children":[{"type":"td","id":1726135558380,"children":[{"type":"p","id":1726135559931,"children":[{"code":true,"text":"payment_collection"}]}]},{"type":"td","id":1726135558380,"children":[{"type":"p","id":1726135559927,"children":[{"text":"Online"}]}]},{"type":"td","id":1726135558380,"children":[{"type":"p","id":1726135559924,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558380,"children":[{"type":"p","id":1726135559921,"children":[{"text":"10"}]}]},{"type":"td","id":1726135558380,"children":[{"type":"p","id":1726135559918,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558381,"_id":1726135558381,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558381,"children":[{"type":"td","id":1726135558381,"children":[{"type":"p","id":1726135559914,"children":[{"code":true,"text":"custom_duty"}]}]},{"type":"td","id":1726135558381,"children":[{"type":"p","id":1726135559911,"children":[{"text":"DDU"}]}]},{"type":"td","id":1726135558381,"children":[{"type":"p","id":1726135559907,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558381,"children":[{"type":"p","id":1726135559904,"children":[{"text":"3"}]}]},{"type":"td","id":1726135558381,"children":[{"type":"p","id":1726135559900,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558382,"_id":1726135558382,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558382,"children":[{"type":"td","id":1726135558382,"children":[{"type":"p","id":1726135559897,"children":[{"code":true,"text":"adjustment_attributes.total_payble"}]}]},{"type":"td","id":1726135558382,"children":[{"type":"p","id":1726135559893,"children":[{"text":"4500"}]}]},{"type":"td","id":1726135558382,"children":[{"type":"p","id":1726135559890,"children":[{"text":"Number"}]}]},{"type":"td","id":1726135558382,"children":[{"type":"p","id":1726135559886,"children":[{"text":"N/A"}]}]},{"type":"td","id":1726135558382,"children":[{"type":"p","id":1726135559883,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558383,"_id":1726135558383,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558383,"children":[{"type":"td","id":1726135558383,"children":[{"type":"p","id":1726135559879,"children":[{"code":true,"text":"adjustment_attributes.shipping_cost"}]}]},{"type":"td","id":1726135558383,"children":[{"type":"p","id":1726135559875,"children":[{"text":"4550"}]}]},{"type":"td","id":1726135558383,"children":[{"type":"p","id":1726135559871,"children":[{"text":"Number"}]}]},{"type":"td","id":1726135558383,"children":[{"type":"p","id":1726135559868,"children":[{"text":"N/A"}]}]},{"type":"td","id":1726135558383,"children":[{"type":"p","id":1726135559864,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558385,"_id":1726135558385,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558385,"children":[{"type":"td","id":1726135558385,"children":[{"type":"p","id":1726135559860,"children":[{"code":true,"text":"adjustment_attributes.tax_amount"}]}]},{"type":"td","id":1726135558385,"children":[{"type":"p","id":1726135559856,"children":[{"text":"250"}]}]},{"type":"td","id":1726135558385,"children":[{"type":"p","id":1726135559852,"children":[{"text":"Number"}]}]},{"type":"td","id":1726135558385,"children":[{"type":"p","id":1726135559848,"children":[{"text":"N/A"}]}]},{"type":"td","id":1726135558385,"children":[{"type":"p","id":1726135559844,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558386,"_id":1726135558386,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558386,"children":[{"type":"td","id":1726135558386,"children":[{"type":"p","id":1726135559840,"children":[{"code":true,"text":"adjustment_attributes.discount"}]}]},{"type":"td","id":1726135558386,"children":[{"type":"p","id":1726135559835,"children":[{"text":"18"}]}]},{"type":"td","id":1726135558386,"children":[{"type":"p","id":1726135559831,"children":[{"text":"Number"}]}]},{"type":"td","id":1726135558386,"children":[{"type":"p","id":1726135559827,"children":[{"text":"N/A"}]}]},{"type":"td","id":1726135558386,"children":[{"type":"p","id":1726135559823,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558387,"_id":1726135558387,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558387,"children":[{"type":"td","id":1726135558387,"children":[{"type":"p","id":1726135559819,"children":[{"code":true,"text":"adjustment_attributes.sub_total"}]}]},{"type":"td","id":1726135558387,"children":[{"type":"p","id":1726135559815,"children":[{"text":"100"}]}]},{"type":"td","id":1726135558387,"children":[{"type":"p","id":1726135559810,"children":[{"text":"Number"}]}]},{"type":"td","id":1726135558387,"children":[{"type":"p","id":1726135559806,"children":[{"text":"N/A"}]}]},{"type":"td","id":1726135558387,"children":[{"type":"p","id":1726135559802,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558388,"_id":1726135558388,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558388,"children":[{"type":"td","id":1726135558388,"children":[{"type":"p","id":1726135559797,"children":[{"code":true,"text":"order_items_attributes.sku"}]}]},{"type":"td","id":1726135558388,"children":[{"type":"p","id":1726135559792,"children":[{"text":"CB0998"}]}]},{"type":"td","id":1726135558388,"children":[{"type":"p","id":1726135559788,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558388,"children":[{"type":"p","id":1726135559783,"children":[{"text":"10"}]}]},{"type":"td","id":1726135558388,"children":[{"type":"p","id":1726135559778,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558390,"_id":1726135558390,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558390,"children":[{"type":"td","id":1726135558390,"children":[{"type":"p","id":1726135559774,"children":[{"code":true,"text":"order_items_attributes.unit_price"}]}]},{"type":"td","id":1726135558390,"children":[{"type":"p","id":1726135559769,"children":[{"text":"4550"}]}]},{"type":"td","id":1726135558390,"children":[{"type":"p","id":1726135559764,"children":[{"text":"Number"}]}]},{"type":"td","id":1726135558390,"children":[{"type":"p","id":1726135559760,"children":[{"text":"N/A"}]}]},{"type":"td","id":1726135558390,"children":[{"type":"p","id":1726135559755,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558391,"_id":1726135558391,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558391,"children":[{"type":"td","id":1726135558392,"children":[{"type":"p","id":1726135559750,"children":[{"code":true,"text":"order_items_attributes.retail_price"}]}]},{"type":"td","id":1726135558392,"children":[{"type":"p","id":1726135559745,"children":[{"text":"4600"}]}]},{"type":"td","id":1726135558392,"children":[{"type":"p","id":1726135559740,"children":[{"text":"Number"}]}]},{"type":"td","id":1726135558392,"children":[{"type":"p","id":1726135559735,"children":[{"text":"N/A"}]}]},{"type":"td","id":1726135558392,"children":[{"type":"p","id":1726135559731,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558393,"_id":1726135558393,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558393,"children":[{"type":"td","id":1726135558393,"children":[{"type":"p","id":1726135559725,"children":[{"code":true,"text":"order_items_attributes.selling_price"}]}]},{"type":"td","id":1726135558393,"children":[{"type":"p","id":1726135559721,"children":[{"text":"4550"}]}]},{"type":"td","id":1726135558393,"children":[{"type":"p","id":1726135559715,"children":[{"text":"Number"}]}]},{"type":"td","id":1726135558393,"children":[{"type":"p","id":1726135559711,"children":[{"text":"N/A"}]}]},{"type":"td","id":1726135558393,"children":[{"type":"p","id":1726135559706,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558396,"_id":1726135558396,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558396,"children":[{"type":"td","id":1726135558396,"children":[{"type":"p","id":1726135559700,"children":[{"code":true,"text":"order_items_attributes.quantity"}]}]},{"type":"td","id":1726135558396,"children":[{"type":"p","id":1726135559695,"children":[{"text":"1"}]}]},{"type":"td","id":1726135558396,"children":[{"type":"p","id":1726135559690,"children":[{"text":"Number"}]}]},{"type":"td","id":1726135558396,"children":[{"type":"p","id":1726135559685,"children":[{"text":"N/A"}]}]},{"type":"td","id":1726135558396,"children":[{"type":"p","id":1726135559679,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558398,"_id":1726135558398,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558398,"children":[{"type":"td","id":1726135558398,"children":[{"type":"p","id":1726135559674,"children":[{"code":true,"text":"order_items_attributes.uom"}]}]},{"type":"td","id":1726135558398,"children":[{"type":"p","id":1726135559669,"children":[{"text":"Carton"}]}]},{"type":"td","id":1726135558398,"children":[{"type":"p","id":1726135559663,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558398,"children":[{"type":"p","id":1726135559658,"children":[{"text":"10"}]}]},{"type":"td","id":1726135558398,"children":[{"type":"p","id":1726135559652,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558400,"_id":1726135558400,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558400,"children":[{"type":"td","id":1726135558400,"children":[{"type":"p","id":1726135559647,"children":[{"code":true,"text":"order_items_attributes.expiry_date"}]}]},{"type":"td","id":1726135558400,"children":[{"type":"p","id":1726135559641,"children":[{"text":"2023-02-23"}]}]},{"type":"td","id":1726135558400,"children":[{"type":"p","id":1726135559636,"children":[{"text":"Date"}]}]},{"type":"td","id":1726135558400,"children":[{"type":"p","id":1726135559630,"children":[{"text":"10"}]}]},{"type":"td","id":1726135558400,"children":[{"type":"p","id":1726135559625,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558401,"_id":1726135558401,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558401,"children":[{"type":"td","id":1726135558401,"children":[{"type":"p","id":1726135559619,"children":[{"code":true,"text":"order_items_attributes.batch_number"}]}]},{"type":"td","id":1726135558401,"children":[{"type":"p","id":1726135559613,"children":[{"text":"3453454"}]}]},{"type":"td","id":1726135558401,"children":[{"type":"p","id":1726135559607,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558401,"children":[{"type":"p","id":1726135559602,"children":[{"text":"10"}]}]},{"type":"td","id":1726135558401,"children":[{"type":"p","id":1726135559596,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558403,"_id":1726135558403,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558403,"children":[{"type":"td","id":1726135558403,"children":[{"type":"p","id":1726135559590,"children":[{"code":true,"text":"billing_address_attributes.first_name"}]}]},{"type":"td","id":1726135558403,"children":[{"type":"p","id":1726135559584,"children":[{"text":"Basharat"}]}]},{"type":"td","id":1726135558404,"children":[{"type":"p","id":1726135559578,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558404,"children":[{"type":"p","id":1726135559572,"children":[{"text":"20"}]}]},{"type":"td","id":1726135558404,"children":[{"type":"p","id":1726135559566,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558406,"_id":1726135558406,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558406,"children":[{"type":"td","id":1726135558406,"children":[{"type":"p","id":1726135559560,"children":[{"code":true,"text":"billing_address_attributes.last_name"}]}]},{"type":"td","id":1726135558406,"children":[{"type":"p","id":1726135559554,"children":[{"text":"Nawaz"}]}]},{"type":"td","id":1726135558406,"children":[{"type":"p","id":1726135559548,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558406,"children":[{"type":"p","id":1726135559541,"children":[{"text":"20"}]}]},{"type":"td","id":1726135558406,"children":[{"type":"p","id":1726135559535,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558408,"_id":1726135558408,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558408,"children":[{"type":"td","id":1726135558408,"children":[{"type":"p","id":1726135559529,"children":[{"code":true,"text":"billing_address_attributes.business_name"}]}]},{"type":"td","id":1726135558408,"children":[{"type":"p","id":1726135559523,"children":[{"text":"Basharat Business"}]}]},{"type":"td","id":1726135558408,"children":[{"type":"p","id":1726135559516,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558408,"children":[{"type":"p","id":1726135559510,"children":[{"text":"30"}]}]},{"type":"td","id":1726135558408,"children":[{"type":"p","id":1726135559504,"children":[{"text":"No"}]}]}]}]},{"type":"table","id":1726135558410,"_id":1726135558410,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558410,"children":[{"type":"td","id":1726135558410,"children":[{"type":"p","id":1726135559497,"children":[{"code":true,"text":"billing_address_attributes.phone"}]}]},{"type":"td","id":1726135558410,"children":[{"type":"p","id":1726135559491,"children":[{"text":"8898776567"}]}]},{"type":"td","id":1726135558410,"children":[{"type":"p","id":1726135559484,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558410,"children":[{"type":"p","id":1726135559478,"children":[{"text":"10"}]}]},{"type":"td","id":1726135558410,"children":[{"type":"p","id":1726135559471,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558413,"_id":1726135558413,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558413,"children":[{"type":"td","id":1726135558413,"children":[{"type":"p","id":1726135559464,"children":[{"code":true,"text":"billing_address_attributes.email"}]}]},{"type":"td","id":1726135558413,"children":[{"type":"p","id":1726135559451,"children":[{"type":"a","url":null,"target":"_blank","id":1726135558413,"children":[{"text":"abc@gmail.com"}]}]}]},{"type":"td","id":1726135558413,"children":[{"type":"p","id":1726135559442,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558413,"children":[{"type":"p","id":1726135559435,"children":[{"text":"30"}]}]},{"type":"td","id":1726135558413,"children":[{"type":"p","id":1726135559428,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558415,"_id":1726135558415,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558415,"children":[{"type":"td","id":1726135558415,"children":[{"type":"p","id":1726135559421,"children":[{"code":true,"text":"billing_address_attributes.address1"}]}]},{"type":"td","id":1726135558415,"children":[{"type":"p","id":1726135559415,"children":[{"text":"address line 1"}]}]},{"type":"td","id":1726135558415,"children":[{"type":"p","id":1726135559408,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558415,"children":[{"type":"p","id":1726135559401,"children":[{"text":"50"}]}]},{"type":"td","id":1726135558415,"children":[{"type":"p","id":1726135559394,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558418,"_id":1726135558418,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558418,"children":[{"type":"td","id":1726135558418,"children":[{"type":"p","id":1726135559387,"children":[{"code":true,"text":"billing_address_attributes.address2"}]}]},{"type":"td","id":1726135558418,"children":[{"type":"p","id":1726135559380,"children":[{"text":"address line 2"}]}]},{"type":"td","id":1726135558418,"children":[{"type":"p","id":1726135559373,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558418,"children":[{"type":"p","id":1726135559366,"children":[{"text":"50"}]}]},{"type":"td","id":1726135558418,"children":[{"type":"p","id":1726135559358,"children":[{"text":"No"}]}]}]}]},{"type":"table","id":1726135558420,"_id":1726135558420,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558420,"children":[{"type":"td","id":1726135558420,"children":[{"type":"p","id":1726135559351,"children":[{"code":true,"text":"billing_address_attributes.address3"}]}]},{"type":"td","id":1726135558420,"children":[{"type":"p","id":1726135559344,"children":[{"text":"address line 3"}]}]},{"type":"td","id":1726135558420,"children":[{"type":"p","id":1726135559337,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558420,"children":[{"type":"p","id":1726135559329,"children":[{"text":"50"}]}]},{"type":"td","id":1726135558420,"children":[{"type":"p","id":1726135559322,"children":[{"text":"No"}]}]}]}]},{"type":"table","id":1726135558423,"_id":1726135558423,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558423,"children":[{"type":"td","id":1726135558423,"children":[{"type":"p","id":1726135559315,"children":[{"code":true,"text":"billing_address_attributes.country_iso3"}]}]},{"type":"td","id":1726135558423,"children":[{"type":"p","id":1726135559308,"children":[{"text":"IND"}]}]},{"type":"td","id":1726135558423,"children":[{"type":"p","id":1726135559300,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558423,"children":[{"type":"p","id":1726135559293,"children":[{"text":"3"}]}]},{"type":"td","id":1726135558423,"children":[{"type":"p","id":1726135559285,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558425,"_id":1726135558425,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558425,"children":[{"type":"td","id":1726135558425,"children":[{"type":"p","id":1726135559277,"children":[{"code":true,"text":"billing_address_attributes.state"}]}]},{"type":"td","id":1726135558425,"children":[{"type":"p","id":1726135559270,"children":[{"text":"Maharashtra"}]}]},{"type":"td","id":1726135558425,"children":[{"type":"p","id":1726135559262,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558425,"children":[{"type":"p","id":1726135559255,"children":[{"text":"20"}]}]},{"type":"td","id":1726135558425,"children":[{"type":"p","id":1726135559247,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558428,"_id":1726135558428,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558428,"children":[{"type":"td","id":1726135558428,"children":[{"type":"p","id":1726135559240,"children":[{"code":true,"text":"billing_address_attributes.city"}]}]},{"type":"td","id":1726135558428,"children":[{"type":"p","id":1726135559232,"children":[{"text":"Pune"}]}]},{"type":"td","id":1726135558428,"children":[{"type":"p","id":1726135559224,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558428,"children":[{"type":"p","id":1726135559216,"children":[{"text":"20"}]}]},{"type":"td","id":1726135558428,"children":[{"type":"p","id":1726135559208,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558431,"_id":1726135558431,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558431,"children":[{"type":"td","id":1726135558431,"children":[{"type":"p","id":1726135559201,"children":[{"code":true,"text":"billing_address_attributes.suburb"}]}]},{"type":"td","id":1726135558431,"children":[{"type":"p","id":1726135559192,"children":[{"text":"Baner"}]}]},{"type":"td","id":1726135558431,"children":[{"type":"p","id":1726135559184,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558431,"children":[{"type":"p","id":1726135559177,"children":[{"text":"20"}]}]},{"type":"td","id":1726135558431,"children":[{"type":"p","id":1726135559169,"children":[{"text":"No"}]}]}]}]},{"type":"table","id":1726135558433,"_id":1726135558433,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558433,"children":[{"type":"td","id":1726135558433,"children":[{"type":"p","id":1726135559161,"children":[{"code":true,"text":"billing_address_attributes.zipcode"}]}]},{"type":"td","id":1726135558433,"children":[{"type":"p","id":1726135559153,"children":[{"text":"411045"}]}]},{"type":"td","id":1726135558433,"children":[{"type":"p","id":1726135559144,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558433,"children":[{"type":"p","id":1726135559136,"children":[{"text":"6"}]}]},{"type":"td","id":1726135558433,"children":[{"type":"p","id":1726135559127,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558436,"_id":1726135558436,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558436,"children":[{"type":"td","id":1726135558436,"children":[{"type":"p","id":1726135559118,"children":[{"code":true,"text":"shipping_address_attributes.first_name"}]}]},{"type":"td","id":1726135558436,"children":[{"type":"p","id":1726135559110,"children":[{"text":"Basharat"}]}]},{"type":"td","id":1726135558436,"children":[{"type":"p","id":1726135559101,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558436,"children":[{"type":"p","id":1726135559093,"children":[{"text":"20"}]}]},{"type":"td","id":1726135558436,"children":[{"type":"p","id":1726135559084,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558440,"_id":1726135558440,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558440,"children":[{"type":"td","id":1726135558440,"children":[{"type":"p","id":1726135559075,"children":[{"code":true,"text":"shipping_address_attributes.last_name"}]}]},{"type":"td","id":1726135558440,"children":[{"type":"p","id":1726135559067,"children":[{"text":"Nawaz"}]}]},{"type":"td","id":1726135558440,"children":[{"type":"p","id":1726135559059,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558440,"children":[{"type":"p","id":1726135559050,"children":[{"text":"20"}]}]},{"type":"td","id":1726135558440,"children":[{"type":"p","id":1726135559042,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558443,"_id":1726135558443,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558443,"children":[{"type":"td","id":1726135558443,"children":[{"type":"p","id":1726135559033,"children":[{"code":true,"text":"shipping_address_attributes.business_name"}]}]},{"type":"td","id":1726135558443,"children":[{"type":"p","id":1726135559025,"children":[{"text":"Basharat Business"}]}]},{"type":"td","id":1726135558443,"children":[{"type":"p","id":1726135559016,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558443,"children":[{"type":"p","id":1726135559007,"children":[{"text":"30"}]}]},{"type":"td","id":1726135558443,"children":[{"type":"p","id":1726135558998,"children":[{"text":"No"}]}]}]}]},{"type":"table","id":1726135558447,"_id":1726135558447,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558447,"children":[{"type":"td","id":1726135558447,"children":[{"type":"p","id":1726135558990,"children":[{"code":true,"text":"shipping_address_attributes.phone"}]}]},{"type":"td","id":1726135558447,"children":[{"type":"p","id":1726135558981,"children":[{"text":"8898776567"}]}]},{"type":"td","id":1726135558447,"children":[{"type":"p","id":1726135558972,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558447,"children":[{"type":"p","id":1726135558963,"children":[{"text":"10"}]}]},{"type":"td","id":1726135558447,"children":[{"type":"p","id":1726135558954,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558450,"_id":1726135558450,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558450,"children":[{"type":"td","id":1726135558450,"children":[{"type":"p","id":1726135558945,"children":[{"code":true,"text":"shipping_address_attributes.email"}]}]},{"type":"td","id":1726135558450,"children":[{"type":"p","id":1726135558927,"children":[{"type":"a","url":null,"target":"_blank","id":1726135558450,"children":[{"text":"abc@gmail.com"}]}]}]},{"type":"td","id":1726135558450,"children":[{"type":"p","id":1726135558914,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558450,"children":[{"type":"p","id":1726135558905,"children":[{"text":"30"}]}]},{"type":"td","id":1726135558450,"children":[{"type":"p","id":1726135558896,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558454,"_id":1726135558454,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558454,"children":[{"type":"td","id":1726135558454,"children":[{"type":"p","id":1726135558887,"children":[{"code":true,"text":"shipping_address_attributes.address1"}]}]},{"type":"td","id":1726135558454,"children":[{"type":"p","id":1726135558878,"children":[{"text":"address line 1"}]}]},{"type":"td","id":1726135558454,"children":[{"type":"p","id":1726135558868,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558454,"children":[{"type":"p","id":1726135558859,"children":[{"text":"50"}]}]},{"type":"td","id":1726135558454,"children":[{"type":"p","id":1726135558850,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558458,"_id":1726135558458,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558458,"children":[{"type":"td","id":1726135558458,"children":[{"type":"p","id":1726135558840,"children":[{"code":true,"text":"shipping_address_attributes.address2"}]}]},{"type":"td","id":1726135558458,"children":[{"type":"p","id":1726135558831,"children":[{"text":"address line 2"}]}]},{"type":"td","id":1726135558458,"children":[{"type":"p","id":1726135558821,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558458,"children":[{"type":"p","id":1726135558812,"children":[{"text":"50"}]}]},{"type":"td","id":1726135558458,"children":[{"type":"p","id":1726135558801,"children":[{"text":"No"}]}]}]}]},{"type":"table","id":1726135558461,"_id":1726135558461,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558461,"children":[{"type":"td","id":1726135558461,"children":[{"type":"p","id":1726135558791,"children":[{"code":true,"text":"shipping_address_attributes.address3"}]}]},{"type":"td","id":1726135558461,"children":[{"type":"p","id":1726135558781,"children":[{"text":"address line 3"}]}]},{"type":"td","id":1726135558461,"children":[{"type":"p","id":1726135558770,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558461,"children":[{"type":"p","id":1726135558761,"children":[{"text":"50"}]}]},{"type":"td","id":1726135558461,"children":[{"type":"p","id":1726135558751,"children":[{"text":"No"}]}]}]}]},{"type":"table","id":1726135558466,"_id":1726135558466,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558466,"children":[{"type":"td","id":1726135558466,"children":[{"type":"p","id":1726135558741,"children":[{"code":true,"text":"shipping_address_attributes.country_iso3"}]}]},{"type":"td","id":1726135558466,"children":[{"type":"p","id":1726135558731,"children":[{"text":"IND"}]}]},{"type":"td","id":1726135558466,"children":[{"type":"p","id":1726135558721,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558466,"children":[{"type":"p","id":1726135558711,"children":[{"text":"3"}]}]},{"type":"td","id":1726135558466,"children":[{"type":"p","id":1726135558701,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558470,"_id":1726135558470,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558470,"children":[{"type":"td","id":1726135558470,"children":[{"type":"p","id":1726135558691,"children":[{"code":true,"text":"shipping_address_attributes.state"}]}]},{"type":"td","id":1726135558470,"children":[{"type":"p","id":1726135558681,"children":[{"text":"Maharashtra"}]}]},{"type":"td","id":1726135558470,"children":[{"type":"p","id":1726135558670,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558470,"children":[{"type":"p","id":1726135558659,"children":[{"text":"20"}]}]},{"type":"td","id":1726135558470,"children":[{"type":"p","id":1726135558648,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558474,"_id":1726135558474,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558474,"children":[{"type":"td","id":1726135558474,"children":[{"type":"p","id":1726135558638,"children":[{"code":true,"text":"shipping_address_attributes.city"}]}]},{"type":"td","id":1726135558474,"children":[{"type":"p","id":1726135558627,"children":[{"text":"Pune"}]}]},{"type":"td","id":1726135558474,"children":[{"type":"p","id":1726135558617,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558474,"children":[{"type":"p","id":1726135558606,"children":[{"text":"20"}]}]},{"type":"td","id":1726135558474,"children":[{"type":"p","id":1726135558596,"children":[{"text":"Yes"}]}]}]}]},{"type":"table","id":1726135558478,"_id":1726135558478,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558478,"children":[{"type":"td","id":1726135558478,"children":[{"type":"p","id":1726135558585,"children":[{"code":true,"text":"shipping_address_attributes.suburb"}]}]},{"type":"td","id":1726135558478,"children":[{"type":"p","id":1726135558574,"children":[{"text":"Baner"}]}]},{"type":"td","id":1726135558478,"children":[{"type":"p","id":1726135558564,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558478,"children":[{"type":"p","id":1726135558553,"children":[{"text":"20"}]}]},{"type":"td","id":1726135558478,"children":[{"type":"p","id":1726135558543,"children":[{"text":"No"}]}]}]}]},{"type":"table","id":1726135558482,"_id":1726135558482,"tableHeader":[],"attributes":{"style":{"minWidth":"98%","width":"98%"}},"colSizes":[0,0,0,0,0],"children":[{"type":"tr","id":1726135558482,"children":[{"type":"td","id":1726135558482,"children":[{"type":"p","id":1726135558532,"children":[{"code":true,"text":"shipping_address_attributes.zipcode"}]}]},{"type":"td","id":1726135558482,"children":[{"type":"p","id":1726135558521,"children":[{"text":"411045"}]}]},{"type":"td","id":1726135558482,"children":[{"type":"p","id":1726135558510,"children":[{"text":"String"}]}]},{"type":"td","id":1726135558482,"children":[{"type":"p","id":1726135558499,"children":[{"text":"6"}]}]},{"type":"td","id":1726135558482,"children":[{"type":"p","id":1726135558488,"children":[{"text":"Yes"}]}]}]}]},{"type":"requestEditor","pointsTo":"requestEditor","id":"d45e75c9-8087-43ea-aff8-70a737499a2e","_id":"d45e75c9-8087-43ea-aff8-70a737499a2e","children":[{"text":""}]},{"type":"p","children":[{"text":""}]},{"type":"p","children":[{"text":""}]},{"type":"responseEditor","pointsTo":"responseEditor","id":"0d1d58de-692b-4951-ba0b-ece78964f913","_id":"0d1d58de-692b-4951-ba0b-ece78964f913","children":[{"text":""}]},{"type":"p","children":[{"text":""}]},{"type":"p","children":[{"text":""}]}] • [Retrieve B2C Order Status](https://developer.anchanto.com/oxm/orders/retrieve-b2c-order-status.md): This section allows users to retrieve the current status of a B2C order using its unique order ID. Users can access information regarding the order's state, tracking details, and associated products, enabling them to effectively track and manage their B2C orders. This API retrieves the status of a B2C order using the order ID. It includes details about the order's state, tracking information, and associated products. Field Name Sample Value Data Type Length Mandatory result 100 Integer N/A Yes level success String N/A Yes message Status are available. String N/A Yes data.event_parameters.warehouse_code {} Object N/A No data.event_parameters.seller_email {} Object N/A No data.event.order_number 207631730001 String Yes data.event.tracking_number 123123456123 String Yes data.event.old_state NEW String Yes data.event.new_state COMPLETE String Yes data.event.event_on 2023-01-09T07:59:38.000Z DateTime Yes data.event.carrier_awb_number {} Object No data.event.carrier_tracking_id 123123456123 String Yes data.event.carrier_tracking_url www.demo.com String No data.products.sku babylotion2211 String Yes data.products.quantity 22 Integer Yes data.products.picked_quantity 2 Integer Yes data.products.batch {} Object No data.products.expiry_date {} Object No • [Create New B2B Order](https://developer.anchanto.com/oxm/orders/create-new-b2b-order.md): This section allows users to create new B2B orders by providing essential details such as order type, carrier name, and order items. Users can seamlessly generate B2B orders with specific instructions, pricing details, shipping addresses, and value-added services attributes to streamline their order management process. This API creates a new B2B order with required details such as order type, carrier name, and order items. Field Name Sample Value Data Type Length Mandatory shipping_type Standard String 50 Yes carrier_name BlueDart String 50 Yes stock_condition Usable String 20 Yes order_number 20230220122505865 String 20 Yes currency INR String 3 Yes delivery_date 2023-02-23 Date - Yes instruction This is special instruction String 255 No custom_duty DDU String 3 No adjustment_attributes.total_payble 4500 Integer - Yes adjustment_attributes.shipping_cost 4550 Integer - Yes adjustment_attributes.tax_amount 250 Integer - Yes adjustment_attributes.discount 18 Integer - Yes adjustment_attributes.sub_total 100 Integer - Yes order_items_attributes.sku CB0998 String 10 Yes order_items_attributes.unit_price 4550 Integer - Yes order_items_attributes.retail_price 4600 Integer - Yes order_items_attributes.selling_price 4550 Integer - Yes order_items_attributes.quantity 1 Integer - Yes order_items_attributes.uom Carton String 10 Yes order_items_attributes.expiry_date 2023-02-23 10 Yes order_items_attributes.batch_number 3453454 String 20 Yes billing_address_attributes.first_name Basharat String 50 Yes billing_address_attributes.last_name Nawaz String 50 Yes billing_address_attributes.business_name Basharat Business String 100 No billing_address_attributes.phone 8898776567 String 15 Yes billing_address_attributes.email abc@gmail.com String 100 Yes billing_address_attributes.address1 address line 1 String 100 Yes billing_address_attributes.address2 address line 2 String 100 No billing_address_attributes.address3 address line 3 String 100 No billing_address_attributes.country_iso3 IND String 3 Yes billing_address_attributes.state Maharashtra String 50 Yes billing_address_attributes.city Pune String 50 Yes billing_address_attributes.suburb Baner String 50 No billing_address_attributes.zipcode 411045 String 6 Yes shipping_address_attributes.first_name Basharat String 50 Yes shipping_address_attributes.last_name Nawaz String 50 Yes shipping_address_attributes.business_name Basharat Business String 100 No shipping_address_attributes.phone 8898776567 String 15 Yes shipping_address_attributes.email abc@gmail.com String 100 Yes shipping_address_attributes.address1 address line 1 String 100 Yes shipping_address_attributes.address2 address line 2 String 100 No shipping_address_attributes.address3 address line 3 String 100 No shipping_address_attributes.country_iso3 IND String 3 Yes shipping_address_attributes.state Maharashtra String 50 Yes shipping_address_attributes.city Pune String 50 Yes shipping_address_attributes.suburb Baner String 50 No shipping_address_attributes.zipcode 411045 String 6 Yes value_added_services_attributes.price_tag 1 Integer N/A Yes value_added_services_attributes.price_tag_dimension Type 1 (6 cms x 2.8 cms) String 25 No • [Update B2B Order](https://developer.anchanto.com/oxm/orders/update-b2b-order.md): This section allows users to update the details of an existing B2B order, including shipping type, carrier name, stock condition, order number, currency, delivery date, instructions, custom duty, and pricing information. Users can modify order items, billing and shipping addresses, and add value-added services for a seamless order management process. This API updates the details of an existing B2B order using the order ID. Field Name Sample Value Data Type Length Mandatory b2b_order.shipping_type Standard String 50 Yes b2b_order.carrier_name BlueDart String 50 Yes b2b_order.stock_condition Usable String 20 Yes b2b_order.order_number 20230220122505865 String 20 Yes b2b_order.currency INR String 3 Yes b2b_order.delivery_date 2023-02-23 Date N/A Yes b2b_order.instruction This is special instruction String 255 No b2b_order.custom_duty DDU String 3 Yes b2b_order.adjustment_attributes.total_payble 4500 Number N/A Yes b2b_order.adjustment_attributes.shipping_cost 4550 Number N/A Yes b2b_order.adjustment_attributes.tax_amount 250 Number N/A Yes b2b_order.adjustment_attributes.discount 18 Number N/A No b2b_order.adjustment_attributes.sub_total 100 Number N/A Yes b2b_order.order_items_attributes[].sku CB0998 String 20 Yes b2b_order.order_items_attributes[].unit_price 4550 Number N/A Yes b2b_order.order_items_attributes[].retail_price 4600 Number N/A Yes b2b_order.order_items_attributes[].selling_price 4550 Number N/A Yes b2b_order.order_items_attributes[].quantity 1 Number N/A Yes b2b_order.order_items_attributes[].uom Carton String 10 Yes b2b_order.order_items_attributes[].expiry_date 2023-02-23 Date N/A No b2b_order.order_items_attributes[].batch_number 3453454 String 20 No b2b_order.billing_address_attributes.first_name Basharat String 50 Yes b2b_order.billing_address_attributes.last_name Nawaz String 50 Yes b2b_order.billing_address_attributes.business_name Basharat Business String 100 No b2b_order.billing_address_attributes.phone 8898776567 String 15 Yes b2b_order.billing_address_attributes.email abc@gmail.com String 100 Yes b2b_order.billing_address_attributes.address1 address line 1 String 255 Yes b2b_order.billing_address_attributes.address2 address line 2 String 255 No b2b_order.billing_address_attributes.address3 address line 3 String 255 No b2b_order.billing_address_attributes.country_iso3 IND String 3 Yes b2b_order.billing_address_attributes.state Maharashtra String 50 Yes b2b_order.billing_address_attributes.city Pune String 50 Yes b2b_order.billing_address_attributes.suburb Baner String 50 No b2b_order.billing_address_attributes.zipcode 411045 String 10 Yes b2b_order.shipping_address_attributes.first_name Basharat String 50 Yes b2b_order.shipping_address_attributes.last_name Nawaz String 50 Yes b2b_order.shipping_address_attributes.business_name Basharat Business String 100 No b2b_order.shipping_address_attributes.phone 8898776567 String 15 Yes b2b_order.shipping_address_attributes.email abc@gmail.com String 100 Yes b2b_order.shipping_address_attributes.address1 address line 1 String 255 Yes b2b_order.shipping_address_attributes.address2 address line 2 String 255 No b2b_order.shipping_address_attributes.address3 address line 3 String 255 No b2b_order.shipping_address_attributes.country_iso3 IND String 3 Yes b2b_order.shipping_address_attributes.state Maharashtra String 50 Yes b2b_order.shipping_address_attributes.city Pune String 50 Yes b2b_order.shipping_address_attributes.suburb Baner String 50 No b2b_order.shipping_address_attributes.zipcode 411045 String 10 Yes b2b_order.value_added_services_attributes.price_tag 1 Number N/A No b2b_order.value_added_services_attributes.price_tag_dimension Type 1 (6 cms x 2.8 cms) String 50 No • [Retrieve B2B Order Status](https://developer.anchanto.com/oxm/orders/retrieve-b2b-order-status.md): This section allows users to retrieve the current status of a B2B order by providing the order ID. Users can access details such as the order's current state, tracking information, and related events to stay informed about the progress of their orders. This API retrieves the status of a B2B order using the order ID. It includes details on the order's current state, tracking details, and related events. Field Name Sample Value Data Type Length Mandatory result 100 Integer - Yes level success String Yes message Status are available. String Yes event_parameters.warehouse_code {} Object No event_parameters.seller_email {} Object No event.order_number 207631730001 String Yes event.tracking_number 123123456123 String Yes event.old_state NEW String Yes event.new_state COMPLETE String Yes event.event_on 2023-01-09T07:59:38.000Z String (ISO8601 Date) Yes event.carrier_awb_number {} Object No event.carrier_tracking_id 123123456123 String Yes event.carrier_tracking_url www.demo.com String Yes products.sku babylotion2211 String Yes products.quantity 22 Integer - Yes products.picked_quantity 2 Integer - Yes products.batch {} Object - No products.expiry_date {} Object - No • [Create New Shipment Order](https://developer.anchanto.com/oxm/orders/create-new-shipment-order.md): This API section allows users to create a new shipments by providing essential details such as tracking number, purchase order, and shipper/receiver information. Users can easily generate a shipment to efficiently manage the logistics of their products. This API creates a new shipment order with required details such as tracking number, purchase order, and shipper/receiver information. Field Name Sample Value Data Type Length Mandatory shipment_order shipping_type "Standard" String 50 Yes tracking_number "7873487238438274" String 20 Yes purchase_order "734872384732874" String 20 Yes sender_reference_number "8347387584357485" String 20 No shipper_address_attributes first_name "Basharat" String 50 Yes last_name "Nawaz" String 50 Yes shipper_EORI_number "78374837483275" String 15 No shipper_tax_id "7384758345834578475" String 20 No shipper_vat_number "7236476746387467" String 15 No gst_paid 1 Integer 1 No address1 "address line 1" String 100 Yes address2 "address line 2" String 100 No address3 "address line 3" String 100 No country_iso2 "IN" String 2 Yes state "Maharashtra" String 50 Yes city "Pune" String 50 Yes zipcode "411045" String 10 Yes phone "8898776567" String 15 Yes email " abc@gmail.com " String 100 Yes shipping_address_attributes first_name "Basharat" String 50 Yes last_name "Nawaz" String 50 Yes address1 "address line 1" String 100 Yes address2 "address line 2" String 100 No address3 "address line 3" String 100 No country_iso2 "IN" String 2 Yes state "Maharashtra" String 50 Yes city "Pune" String 50 Yes zipcode "411045" String 10 Yes phone "8898776567" String 15 Yes email " abc@gmail.com " String 100 Yes recipient_tax_id "376473264763764" String 20 No shipment_information pieces 1 Integer - Yes total_weight 10 Float - Yes total_value 20 Float - Yes currency "INR" String 3 Yes invoice_number "3476726437466" String 20 No invoice_date "2023-02-23" Date (YYYY-MM-DD) 10 No item_description "This is item description" String 255 Yes cod_value 100 Float - No reason_for_export "This is reason for export" String 255 No incoterms "DDU" String 3 No shipping_rate 200 Float - No shipping_rate_currency "INR" String 3 No notes "This is notes" String 255 No dimension_length 150 Integer - No dimension_width 200 Integer - No dimension_height 250 Integer - No label_format "ZPL" String 3 Yes label_size "6x4" String 4 Yes other_information web_link_sku " https://bit.ly/hdavevo " URL 255 No export_declaration_reference "1122334444" String 15 No transit_document_reference "AWB0001" String 15 No transaction_reference_link " https://www.deemedsupplier.com/erp/ " URL 255 No custom_information sku "Test SKU 1" String 100 Yes item_description "This is custom information item description" String 255 Yes quantity 2 Integer - Yes item_weight 20 Float - Yes item_value 100 Float - Yes hs_code 343536 Integer - Yes origin_country_iso2 "IN" String 2 Yes • [Confirm Shipment Order](https://developer.anchanto.com/oxm/orders/confirm-shipment-order.md): This section allows users to update the details of an existing shipment order by providing the order ID. Users can modify various aspects of the shipment order, such as shipping labels and tracking numbers, to ensure accurate and up-to-date information for the order. This API updates the details of an existing shipment order using the order ID. Field Name Sample Value Data Type Length Mandatory result 100 Integer - Yes level "success" String 7 Yes message "Shipment confirmed Successfully" String 34 Yes data - Object - Yes shipping_label " https://s3-ap-southeast-1.amazonaws.com/fba-cm-testing/qa/Orders/16190/shipping_label_16190_1677761548782.pdf " String 137 Yes tracking_number "UY216656934CH" String 13 Yes This format describes each field, including the data object that holds shipping_label and tracking_number • [Update Shipment Order Details](https://developer.anchanto.com/oxm/orders/update-shipment-order-details.md): This section allows users to update various details of an existing shipment order, such as tracking number, shipping rate, and custom information. Users can easily modify and enhance the shipment order information to ensure accurate and efficient processing without needing to create a new order from scratch. This API updates the details of an existing shipment order, including tracking number, shipping rate, and custom information. Field Name Sample Value Data Type Length Mandatory shipment_order.shipping_type Standard String 255 Yes shipment_order.tracking_number 7873487238438274 String 16 Yes shipment_order.purchase_order 734872384732874 String 15 Yes shipment_order.sender_reference_number 8347387584357485 String 16 Yes shipper_address_attributes.first_name Basharat String 50 Yes shipper_address_attributes.last_name Nawaz String 50 Yes shipper_address_attributes.shipper_EORI_number 78374837483275 String 14 No shipper_address_attributes.shipper_tax_id 7384758345834578475 String 19 No shipper_address_attributes.shipper_vat_number 7236476746387467 String 16 No shipper_address_attributes.gst_paid 1 Integer 1 No shipper_address_attributes.address1 address line 1 String 255 Yes shipper_address_attributes.address2 address line 2 String 255 No shipper_address_attributes.address3 address line 3 String 255 No shipper_address_attributes.country_iso2 IN String 2 Yes shipper_address_attributes.state Maharashtra String 50 Yes shipper_address_attributes.city Pune String 50 Yes shipper_address_attributes.zipcode 411045 String 6 Yes shipper_address_attributes.phone 8898776567 String 10 Yes shipper_address_attributes.email abc@gmail.com String 255 Yes shipping_address_attributes.first_name Basharat String 50 Yes shipping_address_attributes.address1 address line 1 String 255 Yes shipping_address_attributes.address2 address line 2 String 255 No shipping_address_attributes.address3 address line 3 String 255 No shipping_address_attributes.country_iso2 IN String 2 Yes shipping_address_attributes.state Maharashtra String 50 Yes shipping_address_attributes.city Pune String 50 Yes shipping_address_attributes.zipcode 411045 String 6 Yes shipping_address_attributes.phone 8898776567 String 10 Yes shipping_address_attributes.email abc@gmail.com String 255 Yes shipping_address_attributes.recipient_tax_id 376473264763764 String 15 No shipment_information.pieces 1 Integer 5 Yes shipment_information.total_weight 10 Float 5 Yes shipment_information.total_value 20 Float 10 Yes shipment_information.currency INR String 3 Yes shipment_information.invoice_number 3476726437466 String 13 Yes shipment_information.invoice_date 2023-02-23 Date - Yes shipment_information.item_description This is item description String 500 Yes shipment_information.cod_value 100 Float 10 No shipment_information.reason_for_export This is reason for export String 500 Yes shipment_information.incoterms DDU String 3 Yes shipment_information.shipping_rate 200 Float 10 Yes shipment_information.shipping_rate_currency INR String 3 Yes shipment_information.notes This is notes String 1000 No shipment_information.dimension_length 150 Integer 5 No shipment_information.dimension_width 200 Integer 5 No shipment_information.dimension_height 250 Integer 5 No other_information.web_link_sku https://bit.ly/hdavevo URL 255 No other_information.export_declaration_reference 1122334444 String 10 No other_information.transit_document_reference AWB0001 String 20 No other_information.transaction_reference_link https://www.deemedsupplier.com/erp/ URL 255 No custom_information[].item_description This is custom information item description String 500 Yes custom_information[].quantity 2 Integer 5 Yes custom_information[].item_weight 20 Float 10 Yes custom_information[].item_value 100 Float 10 Yes custom_information[].hs_code 343536 Integer 6 Yes custom_information[].origin_country_iso2 IN String 2 Yes • [Retrieve Shipment Status](https://developer.anchanto.com/oxm/orders/retrieve-shipment-status.md): This section allows users to retrieve the current status of a shipment associated with a specific shipment ID. By accessing this API, users can gather information such as tracking number, state transitions, carrier details, and other relevant shipment data to track the progress of their orders effectively. This API retrieves the shipment status for a specified order ID. It provides details such as the tracking number, state transitions, and carrier information. Field Name Sample Value Data Type Length Mandatory result 100 Integer - Yes level success String 255 Yes message Status are available. String 255 Yes data.event_parameters.warehouse_code {} Object - No data.event_parameters.seller_email {} Object - No data.event.order_number 207631730001 String 20 Yes data.event.tracking_number 123123456123 String 20 Yes data.event.old_state NEW String 20 Yes data.event.new_state COMPLETE String 20 Yes data.event.event_on 2023-01-09T07:59:38.000Z DateTime 25 Yes data.event.carrier_awb_number {} Object - No data.event.carrier_tracking_id 123123456123 String 20 Yes data.event.carrier_tracking_url www.demo.com String (URL) 255 Yes products.sku babylotion2211 String 50 Yes products.quantity 22 Integer - Yes products.picked_quantity 2 Integer - Yes products.batch {} Object - No products.expiry_date {} Object - No • [Update Order and Shipment Status](https://developer.anchanto.com/oxm/orders/update-order-and-shipment-status.md): This section enables users to update various details of an existing shipment order, such as tracking numbers, shipping rates, and custom information. By utilizing this API, users can conveniently modify and enhance shipment order information without the need to create a new order from scratch, ensuring accurate and efficient processing of orders. Field Name Sample Value Data Type Length Mandatory result 100 Integer N/A Yes level success String 50 Yes message Order status updated Successfully String 255 Yes tracking_number UY216648615CH String 20 Yes status ready_to_ship String 50 Yes order_number 20230218T075014154Z String 25 Yes • [Shipment Registration](https://developer.anchanto.com/oxm/orders/shipment-registration.md): This section enables users to register new shipment orders originating from third-party Order Management Systems. Users can create and manage shipment details such as sender information, recipient details, parcel specifications, and associated costs for efficient order fulfillment. This API is used for creation of new shipment order coming from 3rd Party OMS Field Name Sample Value Data Type Length Mandatory shipping_type Standard String 50 Yes OrderNumber 8347387584357485 String 50 Yes ShipFrom.Name Basharat Nawaz String 100 Yes ShipFrom.EORINumber 78374837483275 String 20 No ShipFrom.VATNumber 7236476746387467 String 20 No ShipFrom.AddressLine1 address line 1 String 200 Yes ShipFrom.AddressLine2 address line 2 String 200 No ShipFrom.AddressLine3 address line 3 String 200 No ShipFrom.CountryCode IN String 2 Yes ShipFrom.Town Pune String 100 Yes ShipFrom.PostCode 411045 String 10 Yes ShipFrom.Phone 8898776567 String 15 Yes ShipFrom.Email abc@gmail.com String 100 Yes ShipTo.Name Basharat Nawaz String 100 Yes ShipTo.AddressLine1 address line 1 String 200 Yes ShipTo.AddressLine2 address line 2 String 200 No ShipTo.AddressLine3 address line 3 String 200 No ShipTo.CountryCode IN String 2 Yes ShipTo.Town Pune String 100 Yes ShipTo.PostCode 411045 String 10 Yes ShipTo.Phone 8898776567 String 15 Yes ShipTo.Email abc@gmail.com String 100 Yes Parcels.pieces 1 Integer N/A Yes Parcels.Weight 10 Float N/A Yes Parcels.reason_for_export This is reason for export String 500 No Parcels.incoterms DDU String 3 Yes Parcels.Length 150 Integer N/A Yes Parcels.Width 200 Integer N/A Yes Parcels.Height 250 Integer N/A Yes Parcels.Cost.Currency INR String 3 Yes Parcels.Cost.Amount 20 Float N/A Yes ParcelItems.Title This is item description String 500 Yes ParcelItems.SKU CB0998 String 50 Yes ParcelItems.Quantity 2 Integer N/A Yes ParcelItems.UnitWeight 20 Float N/A Yes ParcelItems.CountryOfManufacture IN String 2 Yes ParcelItems.hs_code 343536 Integer N/A Yes ParcelItems.UnitPrice.Currency INR String 3 Yes ParcelItems.UnitPrice.Amount 100 Float N/A Yes • [Cancel an Order](https://developer.anchanto.com/oxm/orders/cancel-an-order.md): This section enables users to effectively cancel existing orders This API cancels an existing order using the order ID. Field Name Sample Value Data Type Length Mandatory result 100 Integer Yes level "success" String Yes message "Order has been cancelled successfully!" String 40 Yes order_id "2" String Yes • [Retrieve All Orders](https://developer.anchanto.com/oxm/orders/retrieve-all-orders.md): This section allows users to retrieve a comprehensive list of all orders within the system. By accessing this API, users can view key details such as order numbers, states, shipping types, and total order values for effective order management and analysis. This API retrieves a list of all orders. Field Name Sample Value Data Type Length Mandatory result 100 Integer - Yes level success String - Yes message Order details are available. String - Yes data.type shipment_order_dtls String - Yes data.id 30668 String - Yes attributes.order_number 1312173rYHkg String 12 Yes attributes.state 8 Integer - Yes attributes.state_txt CONFIRMED String - Yes attributes.shipping_type_id 4 Integer - Yes attributes.order_type_id 4 Integer - Yes attributes.main_type B2C String - Yes attributes.last_updated_at 2023-05-19T08:09:43.000Z String (Date) - Yes attributes.invoice_url[0].url https://s3-ap-southeast-1.amazonaws.com/fba-cm-testing/qa/Orders/30668/shipping_label_30668_1684503581057.pdf String - Yes attributes.created_at 2023-05-19T08:09:34.000Z String (Date) - Yes relationships.adjustment_attributes.id 28288 String - Yes relationships.order_items_attributes.id 37725 String - Yes relationships.address_attributes.id 61313 String - Yes relationships.shipment_attributes.id 22535 String - Yes relationships.user.id 2038 String - Yes attributes.tracking_number UY216734000CH String - Yes attributes.shipment_number 1684503574-30668 String - Yes attributes.carrier_id 1160 Integer - Yes attributes.carrier_name snehamforstd2 String - Yes included.adjustment_attributes.shipping_cost 0.00 String - Yes included.adjustment_attributes.tax_amount 0.00 String - Yes included.adjustment_attributes.sub_total 0.00 String - Yes included.adjustment_attributes.total_paid 0.00 String - Yes included.order_items_attributes.product_id 96 Integer - Yes included.order_items_attributes.sku ASAS String - Yes included.address_attributes.first_name sharad patil String - Yes included.address_attributes.phone 1211211212 String - Yes included.address_attributes.email example@example.in String - Yes included.address_attributes.city jalgaon String - Yes included.shipment_detail_attributes.total_weight 0.8 Float - Yes included.shipment_detail_attributes.total_value 11 Float - Yes included.shipment_detail_attributes.invoice_number INV481297809 String - Yes included.shipment_detail_attributes.shipping_rate 5 Float - Yes • [Create New Product in Inventory](https://developer.anchanto.com/oxm/products/create-new-product-in-inventory.md): This API section allows users to create a new product in their inventory system by providing essential details such as SKU, product name, quantity, category, and pricing. By utilizing this functionality, users can efficiently add products to their inventory database and manage their stock effectively. Field Name Value Data Type Length Mandatory supplier_name AdityaSales string - Yes sku SKU TEST string - Yes brand_name brand730 string - Yes product_name Moisturiser string - Yes mfupc MF982621 string - Yes quantity 230 integer - Yes product_category_name jeans string - Yes storage_type_name standard string - Yes temp_uom Fahrenheit string - Yes temp_value 20.98 string - Yes product_type 1 integer - Yes unique_serial_number 1 integer - Yes imei_number 2 integer - Yes batch_management null null - No threshold 1 integer - Yes buffer_stock 10 integer - Yes dimension_type Dozen string - Yes currency_name INR string - Yes min_units 10 integer - Yes max_units 20 integer - Yes basic_price 100 integer - Yes retail_price 120 integer - Yes selling_price 127 integer - Yes langugae_name Bengali string - Yes country_name India string - Yes local_name ময়েশ্চারাইজার string - Yes mark_as_default null null - No sku_mapping [{uom: bit, upc_ean_mapping: 1, no_of_units: 30, length_cm: 10.3, width_cm: 12.4, height_cm: 13.4, weight: 2, barcode: null}] array of objects - Yes tier_pricing [{tag: Tier-1, min_units: 10, max_units: 20, unit_selling_price: 123.43}] array of objects - Yes expiry_management [{shelf_life: {product: 3, inbound: 10, outbound: 2}, stock_take_cycle: {days: 12}}] array of objects - Yes • [Retrieve Inventory Stock Details](https://developer.anchanto.com/oxm/products/retrieve-inventory-stock-details.md): This section allows users to retrieve detailed inventory stock information for a specific product SKU, including usable quantity, buffer stock, and ATP stock levels. By accessing this API, users can easily track and manage their product inventory with real-time data for informed decision-making. Field Name Value Data Type Length Mandatory result 100 integer - level success string - message Inventory stock details are available string - data.type inventory_stock string - data.attributes.warehouse_id 0 integer - data.attributes.usable_quantity 0 integer - data.attributes.buffer_stock 0 integer - data.attributes.threshold 0 integer - data.attributes.unusable_quantity 0 integer - data.attributes.incoming_quantity 0 integer - data.attributes.in_process_quantity 0 integer - data.attributes.atp_stock 10 integer - data.attributes.status IN STOCK string - • [Retrieve Products by Type](https://developer.anchanto.com/oxm/products/retrieve-products-by-type.md): This section allows users to retrieve a list of products based on their type, making it easier to filter and access specific product information. By leveraging this API, users can efficiently manage and analyze product data according to their type classification. Field Name Value Data Type Length Mandatory result 100 integer - Yes level success string - Yes message Products are Available string - Yes data[type] product string - Yes data[id] 74454 string - Yes data/attributes/SKU SKU TEST2187 string - Yes data/attributes/UPC MF6766253 string - Yes data/attributes/customer_id 1035 integer - Yes data/attributes/Product_Name TABLE string - Yes data/attributes/state 1 integer - Yes data/attributes/created_at 2023-09-11T23:16:24.000Z string - Yes data/attributes/listed_count 0 integer - Yes data/attributes/hs_code ckc123 string - Yes data/attributes/unit_price 127 integer - Yes data/attributes/iso2 IN string 2 Yes data/attributes/state_txt ACTIVE string - Yes data/relationships/category/type storage_type string - - data/relationships/category/id - string - - data/relationships/storage_type/type storage_type string - Yes data/relationships/storage_type/id 1 string - Yes data/relationships/product_stock/type product_stock string - Yes data/relationships/product_stock/id 72181 string - Yes included[type] storage_type string - - included/id 1 string - Yes included/attributes/storage_type_name Standard string - Yes included/type product_stock string - - included/id 72181 string - Yes included/attributes/total_usable_quantity 23 integer - Yes included/attributes/total_unusable_quantity 0 integer - Yes included/attributes/total_inprocess_quantity 0 integer - Yes meta/current_page 1 string - Yes meta/next_page {} object - - meta/prev_page {} object - - meta/total_count 3973 integer - Yes meta/total_pages 1987 integer - Yes • [Update Product Stock](https://developer.anchanto.com/oxm/products/update-product-stock.md): This section allows users to retrieve a list of products based on their type, making it easier to filter and access specific product information. By leveraging this API, users can efficiently manage and analyze product data according to their type classification. Field Name Sample Value Data Type Length Mandatory event_parameters - object - Yes warehouse_code A10 string - Yes seller_email lalit.kolate@anchanto.com string - Yes products - array - Yes sku SKU1234 string - Yes inventory_threshold_value 10 integer - Yes std_buffer_size 10 integer - Yes quantity 1000 integer - Yes unusable_quantity 0 integer - Yes unusable_inpicking_qty 0 integer - Yes usable_inpicking_qty 0 integer - Yes • [Retrieve Customer List by State](https://developer.anchanto.com/oxm/customers/retrieve-customer-list-by-state.md): This API retrieves a list of customers based on their state (active, inactive, or onboarded). The list supports pagination and search features. Field Name Sample Value Data Type Length Mandatory result 100 integer - Yes level success string - Yes message Customers are Available string - Yes data Array of customer objects array - Yes type customer string - Yes id 23 string - Yes attributes Object - - Yes tenant_id 23 integer - Yes name VijaySales string - Yes crm_id {} object - No customer_code 1234 string - Yes email lalit@allmiles.in string - Yes state 1 integer - Yes updated_at {} object - No relationships Object - - Yes customer_type Object - - Yes data Object - - Yes type customer_type string - Yes id 1 string - Yes address Object - - Yes data Object - - Yes type address string - Yes id 72 string - Yes included Array of related objects array - No type customer_type string - Yes id 1 string - Yes attributes Object - - Yes customer_type_name Self Usage string - Yes type address string - Yes id 72 string - Yes attributes Object - - Yes country Object - - Yes country_id 101 integer - Yes country_name India string - Yes meta Object - - No current_page 1 string - Yes next_page {} object - No prev_page {} object - No total_count 2 integer - Yes total_pages 1 integer - Yes • [Create New Purchase Order](https://developer.anchanto.com/oxm/inbounds/create-new-purchase-order.md): This API creates a new purchase order with details such as order type, supplier code, shipping date, and consignment items. Field Name Value Data Type Length Mandatory (Y/N) order_type "Purchase Order" string 50 Y PO_number "1234" string 10 Y supplier_code "SP01" string 10 Y receiving_date "2021-12-30" date (ISO 8601) N/A Y shipping_code "WAREHOUSE-01" string 20 Y shipping_address "This is my address" string 255 Y instruction "This is my instruction" string 255 N creation_mode "form" string 20 Y sku "12dsf45354" string 50 Y batch_number "" string 50 N expiry_date "2022-12-30" date (ISO 8601) N/A N stock 67 integer N/A Y uom_code "bbl" string 10 Y pack_size 23 integer N/A Y quantity 66 integer N/A Y unit_price 23 decimal N/A Y price_tag 1 integer N/A N security_tag 1 integer N/A N shrink_wrapping null null N/A N price_tag_dimension "Type 1 (6 cms x 2.8 cms)" string 50 N • [Update Purchase Order Status](https://developer.anchanto.com/oxm/inbounds/update-purchase-order-status.md): This API updates the status of an existing purchase order. • [Retrieve Purchase Order Status](https://developer.anchanto.com/oxm/inbounds/retrieve-purchase-order-status.md): This API retrieves the status of a specific purchase order by its order number, including consignment type, state, and related products. Field Name Sample Value Data Type Length Mandatory result 100 integer - Yes level Success string - Yes message Consignment status is availble. string - Yes data.event_parameters.warehouse_code WAREHOUSE-01 string - Yes data.event_parameters.seller_email {} object - No data.event_parameters.supplier_code A0010 string - Yes data.event_parameters.supplier_name Aditya_01 string - Yes data.event_parameters.theoretical_date_of_receipt 2023-05-19T08:09:43.000Z string (ISO 8601) - Yes data.event_parameters.receipt_instruction {} object - No data.event.consignment_type inbound string - Yes data.event.number PO000000000000001 string - Yes data.event.old_state DRAFT string - Yes data.event.new_state REJECTED_AT_CEP string - Yes data.event.comment {} object - No data.event.event_on {} object - No data.user_details.email {} object - No data.products.sku TP101 string - Yes data.products.quantity 0 integer - Yes data.products.batch string - No data.products.received_product_qty {} object - No data.products.received_quantity 1000 integer - Yes data.products.expiry_date {} object - No data.products.usable_quantity 0 integer - Yes data.products.unusable_quantity 0 integer - Yes data.products.is_system_generated false boolean - Yes • [Retrieve All Purchase Orders](https://developer.anchanto.com/oxm/inbounds/retrieve-all-purchase-orders.md): This API retrieves a list of all purchase orders. Field Name Sample Value Data Type Length Mandatory result 100 Integer - Yes level success String - Yes message Purchase Orders are available String - Yes type purchase_order String - Yes id 309 String - No po_ref_number String - No expected_delivery_date 2021-12-30 00:00:00 DateTime - Yes substatus 1 Integer - Yes shipping_date 2021-11-30 00:00:00 DateTime - Yes created_on 2022-08-09T01:23:27.000Z DateTime - Yes sla - String - Yes consignment_shipment_id 1 Integer - No shipment_number 1234 String - No cancel_reason String - No updated_at DateTime - No consignment_id 3 Integer - Yes consignment_item_id 3 Integer - Yes quantity 67 Integer - Yes received_quantity 66 Integer - Yes product_id 20 Integer - Yes product_name TABLE String - Yes mfupc MF6766253 String - Yes state_txt PENDING String - Yes current_page 1 Integer - Yes next_page Integer - No prev_page Integer - No total_count 4 Integer - Yes total_pages 1 Integer - Yes • [Register New Supplier](https://developer.anchanto.com/oxm/suppliers/register-new-supplier.md): This API registers a new supplier in the system with required details like name, contact information, and address. Field Name Sample Value Data Type Length Mandatory supplier_name Supplier_1 String 20 Yes supplier_code SP01 String 10 Yes email_id lalit.kolate@anchanto.com String 50 Yes contact_number 9876543210 String 15 Yes contact_person Awadh.KJ String 30 No address_1 651 String 50 Yes address_2 652 String 50 No address_3 653 String 50 No ISO3_country_code IND String 3 Yes state_name Haryana String 30 Yes city Vallai String 30 Yes postal_code 713103 Integer 6 Yes • [Retrieve Suppliers by State](https://developer.anchanto.com/oxm/suppliers/retrieve-suppliers-by-state.md): This API retrieves a list of suppliers filtered by their state (e.g., active, inactive). Field Name Sample Value Data Type Length Mandatory result 100 Integer - Yes level success String - Yes message supplier are Available String - Yes data Array - - Yes data.type supplier String - Yes data.id 1 String - Yes data.attributes Object - - Yes data.attributes.supplier_name Supplier_1 String 255 Yes data.attributes.supplier_code SP01 String 10 Yes data.attributes.email_id lalit.kolate@anchanto.com String 255 Yes data.attributes.contact_number 9850304727 String 15 Yes data.attributes.contact_person Awadh.KJ String 255 Yes data.attributes.vat_tin_number 654 String 20 No data.attributes.address_1 654 String 255 Yes data.attributes.address_2 654 String 255 No data.attributes.address_3 666 String 255 No data.attributes.country_id 101 Integer - Yes data.attributes.state_id 101 Integer - Yes data.attributes.city vallai String 100 Yes data.attributes.postal_code 711103 String 10 Yes data.attributes.last_updated_by 215 Integer - No data.attributes.last_updated_at 2021-12-06T12:07:22.000Z String (DateTime) 25 No data.attributes.supplier_state 1 Integer - Yes data.attributes.supplier_state_text Active String 50 Yes • [Retrieve Returned Orders](https://developer.anchanto.com/oxm/returns/retrieve-returned-orders.md): This API retrieves a list of returned orders. Field Name Sample Value Data Type Length Mandatory result 100 Integer - Yes level success String - Yes message Orders are available String - Yes data [Array of Objects] Array - Yes type return_order String - Yes attributes [Object] Object - Yes order_number 120192 String - Yes tracking_number {} Object - No substatus created String - Yes carrier Warehouse3Carrier String - Yes created_on 2021-11-23T18:16:30.000Z String - Yes sla - String - Yes source string String - Yes state 2 Integer - Yes reason abc String - Yes destination_country India String - Yes service_type E-PAQ Elite String - Yes shipment_number 2022022301 String - Yes dispatch_dateytime 2022-03-10 00:00:00 String - Yes consignee sharad patil String - Yes state_txt NEW String - Yes product_units 2 Integer - Yes • [Retrieve Supported Currencies](https://developer.anchanto.com/oxm/currencies/retrieve-supported-currencies.md): This API retrieves a list of supported currencies. Field Name Sample Value Data Type Length Mandatory result 100 Integer Yes level success String Yes message Currencies are available String Yes data [Array] Array N/A Yes currency_id 1 Integer Yes name AFN String Yes currency_symbol ؋ String Yes • [Retrieve Units of Measurement](https://developer.anchanto.com/oxm/uom/retrieve-units-of-measurement.md): This API retrieves a list of available units of measurement (UOMs). Field Name Sample Value Data Type Length Mandatory result 100 Integer - Yes level success String - Yes message Uoms are available String - Yes data - Array - Yes uom_id 1 Integer - Yes display_name Dozen String - Yes In this table: result , level , and message are fields present at the top level. data is an array containing objects with uom_id and display_name fields. uom_id and display_name are fields within each object in the data array.