Talk to an Advisor
  • States and State Codes for API

     Use the following state codes to hit our APIs. S.No COUNTRY_CODE CODE ISO2_CODE STATE NAME 1 IN IN-AN AN Andaman & Nicobar Islands 2 IN IN-AP AP Andhra Pradesh (Old) 3 IN IN-AR AR Arunachal Pradesh 4 IN IN-AS AS Assam 5 IN IN-BR BR Bihar 6 IN IN-CH CH…

  • Get Invoice Label

    API Operations Description: The API is used to fetch the Invoice for a given Shipment/Shipping package Code. It is supported in API version 1.7. API: <soapenv:Envelope     xmlns:ser=”http://uniware.unicommerce.com/services/“     xmlns:soapenv=”http://schemas.xmlsoap.org/soap/envelope/“>     <soapenv:Header>         <wsse:Security             xmlns:wsse=”http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd“             xmlns:wsu=”http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd” soapenv:mustUnderstand=”1″>             <wsse:UsernameToken wsu:Id=”UsernameToken-1″>                 <wsse:Username></wsse:Username>                 <wsse:Password Type=”http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText“></wsse:Password>                 <wsse:Nonce EncodingType=”http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary“>HdMl9CcEHxcEQjlVeB4eOg==</wsse:Nonce>                 <wsu:Created />             </wsse:UsernameToken>         </wsse:Security>     </soapenv:Header>     <soapenv:Body>       <ser:GetInvoiceLabelRequest>         <ser:ShippingPackageCode>?</ser:ShippingPackageCode>      </ser:GetInvoiceLabelRequest>   </soapenv:Body>…

  • Create or Edit Vendor Item Type

    API Operations Description: This API is used to link the Product SKU code with the Vendor SKU code. The product SKU code is the unique identifier for each product defined in Uniware. The Vendor SKU code is the vendor’s identification of a particular product. These two need not be the…

  • Create or Edit Vendor

    API Operations   Description: The API creates a new vendor or edits an existing vendor in the system. A vendor is a supplier/seller of goods & services available to the users.   API: <soapenv:Envelope xmlns:ser=”http://uniware.unicommerce.com/services/” xmlns:soapenv=”http://schemas.xmlsoap.org/soap/envelope/”>    <soapenv:Header>       <wsse:Security soapenv:mustUnderstand=”1″ xmlns:wsse=”http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd” xmlns:wsu=”http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd”>          <wsse:UsernameToken wsu:Id=”UsernameToken-4″>             <wsse:Username>Sandbox</wsse:Username>             <wsse:Password Type=”http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText”>91561781f43921dd2803fa63a7ee5519</wsse:Password>             <wsse:Nonce EncodingType=”http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary”>tTuQTRs2AYr4+oK6BOz0RA==</wsse:Nonce>             <wsu:Created>2014-05-07T06:52:53.838Z</wsu:Created>          </wsse:UsernameToken>…

  • Inventory Adjustment

    API Operations Description: The API enables you to update the inventory, if any changes in the stock counts are brought about, apart from the ones made through inventory sync. The inventory stock counts can be altered due to stock addition, removal, transfer or replacement of products in the facility. API:…

  • Unhold Sale Order

    API Operations Description: The API enables you to unhold a Sale Order Item which is already in ‘hold’ state. This is done to make the make the order eligible to be processed. API: <soapenv:Envelope xmlns:ser=”http://uniware.unicommerce.com/services/” xmlns:soapenv=”http://schemas.xmlsoap.org/soap/envelope/”>    <soapenv:Header>       <wsse:Security soapenv:mustUnderstand=”1″ xmlns:wsse=”http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd” xmlns:wsu=”http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd”>          <wsse:UsernameToken wsu:Id=”UsernameToken-1″>             <wsse:Username>Sandbox</wsse:Username>             <wsse:Password Type=”http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText”>91561781f43921dd2803fa63a7ee5519</wsse:Password>             <wsse:Nonce EncodingType=”http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary”>DyBFgnJLuoVBU1KyPiml+A==</wsse:Nonce>             <wsu:Created>2014-05-07T06:27:44.406Z</wsu:Created>          </wsse:UsernameToken>…

  • Hold Sale Order

    API Operations Description: The API enables you to hold a Sale Order Item. The reason to hold a sale order item can vary from the reasons like sanity check of a customer or pending payments. To unhold an order item, it must be already in ‘hold’ state. API: <soapenv:Envelope xmlns:ser=”http://uniware.unicommerce.com/services/”…

  • Cancel Sale Order

    API Operations Description: The API enables you to cancel a Sale Order or a Sale Order Item. The reason to cancel a sale order can vary from the customer’s request for doing so to the non-availability of the given item. API: <soapenv:Envelope xmlns:ser=”http://uniware.unicommerce.com/services/” xmlns:soapenv=”http://schemas.xmlsoap.org/soap/envelope/”>    <soapenv:Header>    <wsse:Security soapenv:mustUnderstand=”1″ xmlns:wsse=”http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd” xmlns:wsu=”http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd”>…

  • Search Sale Order Details

    API Operations   Description: This API is used to search the Sale orders created between a given range of dates, or some other filter. In case of the date filter, please ensure that the start date is smaller than the end date.   API: <soapenv:Envelope xmlns:ser=”http://uniware.unicommerce.com/services/“ xmlns:soapenv=”http://schemas.xmlsoap.org/soap/envelope/“> ​   <soapenv:Header>…

  • Create Reverse Pickup through APIs

    Description- The API enables you to create reverse pickup of the dispatched item from the customer’s place.Further you can reship the same or alternate sku while creating the reverse pickup.   API <soapenv:Envelope xmlns:soapenv=”http://schemas.xmlsoap.org/soap/envelope/” xmlns:ser=”http://uniware.unicommerce.com/services/”>    <soapenv:Header/>    <soapenv:Body>    <ser:CreateReversePickupRequest>       <ser:SaleOrderCode>?</ser:SaleOrderCode><!–Optional:–>       <ser:ReversePickupItems>          <!–1 or more repetitions:–>          <ser:ReversePickupItem>…

  • Get Sale Order Details

    API Operations   Description: This API is used to get the details of the Sales Order residing in the system. A Sales Order should record the customer’s originating purchase order which is an external document. A Sales Order is an internal document of the company.   API: <soapenv:Envelope xmlns:ser=”http://uniware.unicommerce.com/services/” xmlns:soapenv=”http://schemas.xmlsoap.org/soap/envelope/”>…

  • Create Sale Order via API

    API Operations   Description: The API creates a new Sale Order to be fulfilled.   API: <soapenv:Envelope xmlns:ser=”http://uniware.unicommerce.com/services/” xmlns:soapenv=”http://schemas.xmlsoap.org/soap/envelope/”>    <soapenv:Header>       <wsse:Security soapenv:mustUnderstand=”1″ xmlns:wsse=”http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd” xmlns:wsu=”http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd”>          <wsse:UsernameToken wsu:Id=”UsernameToken-3″>             <wsse:Username>Sandbox</wsse:Username>             <wsse:Password Type=”http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText”>91561781f43921dd2803fa63a7ee5519</wsse:Password>             <wsse:Nonce EncodingType=”http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary”>lAA+vu3xdL9om3tdB9uRvQ==</wsse:Nonce>             <wsu:Created>2014-05-15T08:54:00.445Z</wsu:Created>          </wsse:UsernameToken>       </wsse:Security>    </soapenv:Header>    <soapenv:Body>       <ser:CreateSaleOrderRequest>          <ser:SaleOrder>             <ser:Code>?</ser:Code>             <!–Optional:–>             <ser:DisplayOrderCode>?</ser:DisplayOrderCode>             <!–Optional:–>             <ser:DisplayOrderDateTime>?</ser:DisplayOrderDateTime>             <!–Optional:–>             <ser:CustomerCode>?</ser:CustomerCode>             <!–Optional:–>             <ser:Channel>?</ser:Channel>             <!–Optional:–>             <ser:NotificationEmail>?</ser:NotificationEmail>             <!–Optional:–>…

  • Get Item Details

    API Operations Description: This API is used to get the details of a unique item in the system. When the system is tracing a product on Item basis, which means that each item is recognized with a unique bar code, this API comes in handy. API: <soapenv:Envelope xmlns:ser=”http://uniware.unicommerce.com/services/” xmlns:soapenv=”http://schemas.xmlsoap.org/soap/envelope/”>    <soapenv:Header>…

  • Create or Edit Item Type

    API Operations Description: The API creates or edits an existing item type in the system. An item type is defining a product in the system where you give the product details like which product category it belongs to, its SKU and the name to identify it, along with the other…

  • API (Application Program Interface)

    Introduction The Uniware SOAP API comprises API definitions for different business operations, which would involve many steps in the process of Order Fulfillment, Vendor Management and Sales & Purchases. The core structures <request> and <response> form the basis of the SOAP XML for each API. Security The SOAP API service…

  • Other functions on User page in setting tab

    Apart from creating and editing a user you can accomplish some other actions on the USer page. Let’s have a look at them.   1. Manage users by sorting or searching for them. 2. Search using a keyword or our advanced search mechanism.

  • How to edit an existing User details or disable an existing User?

    To edit the User Mobile Number Follow the steps: 1. Click the user name in the list. 2. Hit the edit button to update the mobile number. 3. Once the user contact details open, enter the correct/new number of the user. 4. Hit the Update User button to save the…

  • Admin: Professional

    In the PROFESSIONAL version of Uniware, the Role “Admin” is allowed access to the following features in the system:

  • Warehouse Manager: Professional

    In the PROFESSIONAL version of Uniware, the Role “Warehouse Manager” is allowed access to the following features in the system:   ​Admin

  • Finance Manager: Professional

    The Role “Finance Manager” is allowed access to the following features of the system:   Warehouse Manager