{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","activeApiName":"CURRENT","versions":[{"id":96500,"versionTagId":"latest","environmentTemplateId":null,"publishedId":335053,"published":true,"publishDate":"2019-09-18T14:08:38.000Z","publisherId":2120909,"customColor":"","customDomainId":null,"createdAt":"2019-09-18T14:08:38.000Z","updatedAt":"2023-06-01T16:00:10.000Z","apiName":"CURRENT"},{"id":334065,"versionTagId":"f7fcc532-291a-46c8-8e06-c3b6fc110ae1","environmentTemplateId":null,"publishedId":335053,"published":true,"publishDate":"2020-12-29T12:55:57.000Z","publisherId":9991173,"customColor":"","customDomainId":null,"createdAt":"2020-12-29T12:55:57.000Z","updatedAt":"2023-06-01T16:00:10.000Z","apiName":"2020-10-01"}],"collection":{"info":{"_postman_id":"364fa985-2363-4a6c-9cf2-06766ae053b0","name":"AIMS360 API","description":"### Overview\n\nThe AIMS360 Application Programming Interface (API) allows you to access our AIMS360 Fashion ERP application. The API is a RESTful service which accepts your input either as a JSON request body or in query string format. It returns responses as JSON.\n\nTo Download Open API document, please [Click Here](https://www.postman.com/aims360/workspace/aims360-fashion-erp-public-api/specification/d72298ff-6a4f-42d3-88f9-0cd01c27184c/file/da40f9da-1038-40f9-8c39-aa9791cf397c)\n\n#### Base URL for REST API\n\nTo get the fastest performance from our API, you can reference it by using a base URL that is associated to your Tenant location. Below are the Base URLs available to access the AIMS360 APIs:\n\n| Tenant Location | Base URL |\n| --- | --- |\n| West US | [https://apiwest.aims360.rest](https://apiwest.aims360.rest) |\n| East US | [https://apieast.aims360.rest](https://apieast.aims360.rest) |\n\nIf you are unsure of your Tenant location, please contact [support@aims360.com](https://mailto:support@aims360.com)\n\n#### API Deprecation Policy\n\nAt AIMS360, we’re committed to offering you stable and relevant APIs. As a part of that, our service will continue to evolve and improve to offer you the very best technology. Change is inevitable, but it is also manageable. We will always provide at least 90 days' notice should we intend to discontinue or remove major features from our API.\n\nPlease note that once we do provide such notice to you that you **must** upgrade to the latest version within the time frame specified in order to assure continued flawless functionality.\n\nHere are the details of our deprecation policy:\n\n**1.** We will indicate which API and which API version we’re deprecating.\n\n**2.** If available, we’ll provide a new API to use instead of the deprecated API.\n\n**3.** We will strive where possible to make our APIs backward compatible. **However this is not a service guarantee and is done only on a 'best effort' basis.** Should you discover that an API change we have made is not backward compatible, it is then your responsibility, as indicated above, to move to the new API within the deprecation period specified in our notification.\n\n**4.** If an API creates a security risk, or if required by law or a third-party relationship (including changes in law or relationships), we may provide less than 90 days' notice before making major changes or decommissioning APIs.\n\n**5.** AIMS360 will not be liable for risks associated with the usage of decommissioned APIs.\n\n**API Status Definitions**\n\n| API status | Description | Maintenance | Notification |\n| --- | --- | --- | --- |\n| Active | The API is live in production. | We're maintaining the API by fixing bugs and new features. | We'll send a notification as soon as the new API is available. |\n| Deprecated | The API is live in production.  <br>You'll see **Deprecation Note** in the corresponding api documentation.  <br>Deprecated API response contains following headers.  <br>**1.** Deprecated: Yes  <br>**2.** Deprecated Date: YYYY-MM-DD  <br>**3.** Decommission Date: YYYY-MM-DD | During the deprecation period, we'll only fix major bugs. | We'll send a notification announcing that we're deprecating the API.  <br>We'll decommission the API at the end of the deprecation period (typically 90 days). |\n| Decommissioned | The API isn't available in production because the deprecation period has ended. | We won't maintain decommissioned APIs. | We'll send a notification 15 days before decommissioning the API. |\n\n#### Postman Tool for API Testing\n\n<img src=\"https://avatars3.githubusercontent.com/u/10251060?s=200&amp;v=4\">\n\n**Postman** is an application you can use for testing APIs. Postman is used to send a Request to a specified web endpoint and to receive its Response. You can easily create collections of Requests for convenience.\n\nYou can also add any Authentication or other Headers needed, as well as any Cookies, along with the payload Body that the API expects. Responses with details can then be reviewed. Postman works well for both GET and POST operations.\n\nPostman also provides code snippets in multiple languages that you can use to instantly connect to our API in your preferred language. Overall, it's an excellent way to become familiar with our APIs. We have included some basic instructions below in case you would like to employ the Postman tool for testing your integration with our system.\n\n#### How to Run AIMS360 APIs in Postman\n\nTo get started, download\n\n<a href=\"https://www.postman.com/downloads\">Postman</a>\n\n. Then refer to  \nthe following instructions to configure your Postman for testing against the AIMS360 APIs:\n\n#### API Testing using Postman\n\nFollow below steps to run the APIs in postman.\n\n**1.** Click **Run in Postman** button available in the API documentation page\n\n<img src=\"https://aims360apiw1.blob.core.windows.net/apidocumentation/RunInPostman_Step1.png\">\n\n**2.** Manually import the environment called \"AIMS360 API Environment\", **if the environment is successfully downloaded in step 1 you can skip to step 3.**\n\n```\n **2.1** [Click here](https://aims360apiw1.blob.core.windows.net/apidocumentation/AMIS360APIEnvironment.json) to download the environment json file to your computer.\n **2.2** Import the environment file into in your postman workspace.\n\n ```\n\n**3.** Select the AIMS360 API Environment while making API calls.\n\n<img src=\"https://aims360apiw1.blob.core.windows.net/apidocumentation/SetEnvronmentVariables.png\">\n\n**4.** Call Authentication API endpoint by replacing your client_id, client_secret, username, and password. [Click here](https://api.aims360.io/?version=latest#ae2b6fca-3510-4946-9ef5-5e540589ab6b) to find out about how to get your client_id, client secret.\n\n<img src=\"https://aims360apiw1.blob.core.windows.net/apidocumentation/CallAuthenticationAPI.png\">\n\nAfter successful authentication, the environment variable values will be configured automatically.\n\n<img src=\"https://aims360apiw1.blob.core.windows.net/apidocumentation/EnvironmentVariable.png\">\n\nYou are now ready to use our APIs.\n\n#### Formatting DateTime values\n\nThe AIMS360 API accepts and returns the date and datetime values in [ISO 8601](https://docs.microsoft.com/en-us/rest/api/storageservices/formatting-datetime-values) format.\n\nThe following ISO 8601 formats are currently accepted by AIMS360 API's. The date value is required, while the time value is optional:\n\n**1.** `YYYY-MM-DD`\n\n**2.** `YYYY-MM-DDThh:mm:ss`\n\n**3.** `YYYY-MM-DDThh:mm:ss`\n\nFor the date value in these formats, YYYY is a four-digit year representation, MM is a two-digit month representation starting at 1, and DD is a two-digit day representation starting at 1.\n\nIf the optional time value is included, a literal designator T is required to separate the time value from the date value. For the time value, hh is the hour representation in 24-hour notation, mm is the two-digit minute representation, and ss is the two-digit second representation. Each of these values is expressed as an integer, starting at zero.\n\nIf you include the optional time zone suffix , it must be expressed as either:\n\n**1.** A literal value Z, designating that the time value is expressed as UTC time; or\n\n**2.** An offset indicating the time bias from UTC time. The offset requires a leading + for a positive offset and leading - for a negative offset. The value of the offset must fall between -23:59 and +23:59.\n\nAn example of the combined UTC format is shown below. The date is specified first, followed by the literal value T, which designates the beginning of the time element. The literal value Z at the end of the string indicates that the time is expressed in UTC.\n\nThe date/time value for November 16, 2020 at 01:25:02 AM in UTC time is expressed as: **2020-11-16T01:25:02Z**\n\nTo express the same time in Eastern Standard Time (EST), which is five hours earlier that UTC, add the offset to the value: **2020-11-16T01:25:02-05:00**\n\nIn AIMS360 API datetime values always save in their tenant timezone. If you specify datetime as:\n\n**1.** `YYYY-MM-DDThh:mm:ss` The program will consider as the given datetime is in their tenant timezone and will save as it is.\n\n**2.** `YYYY-MM-DDThh:mm:ss` The program will convert the given datetime value with their tenant timezone.\n\n**3.** `YYYY-MM-DDThh:mm:ss±hh:mm` The program will convert the given datetime value with UTC and then their tenant timezone.","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"2120909","team":47423,"collectionId":"364fa985-2363-4a6c-9cf2-06766ae053b0","publishedId":"SVmwuxJW","public":true,"publicUrl":"https://api.aims360.io","privateUrl":"https://go.postman.co/documentation/2120909-364fa985-2363-4a6c-9cf2-06766ae053b0","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"documentationLayout":"classic-single-column","customisation":{"metaTags":[{"name":"description","value":"AIMS360 Fashion ERP Public API"},{"name":"title","value":"AIMS360 Fashion ERP API"}],"appearance":{"default":"dark","themes":[{"name":"dark","logo":null,"colors":{"top-bar":"212121","right-sidebar":"303030","highlight":"FF6C37"}},{"name":"light","logo":null,"colors":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"}}]}},"version":"8.10.1","publishDate":"2023-06-01T16:00:10.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{"title":"AIMS360 Fashion ERP API","description":"AIMS360 Fashion ERP Public API"},"logos":{"logoLight":null,"logoDark":null}},"statusCode":200},"environments":[{"name":"AIMS360 API Environment","id":"714c6ae6-88c9-4e91-aa89-03970418b577","owner":"9991173","values":[{"key":"BaseURL","value":"{{BaseURL}}","enabled":true},{"key":"Token","value":"{{Bearer Token}}","enabled":true},{"key":"JobID","value":"{{JobID}}","enabled":true},{"key":"shopifyStoreID","value":"{{shopifyStoreID}}","enabled":true},{"key":"shopifyorderNumber","value":"{{shopifyorderNumber}}","enabled":true},{"key":"webhookSubsciptionID","value":"{{webhookSubsciptionID}}","enabled":true},{"key":"3PLwarehouseID","value":"{{3PLwarehouseID}}","enabled":true},{"key":"DocumentID","value":"{{DocumentID}}","enabled":true},{"key":"MonthNumber","value":"6","enabled":true},{"key":"scheduledJobSubCategoryID","value":"{{scheduledJobSubCategoryID}}","enabled":true},{"key":"scheduledjobId","value":"{{scheduledjobId}}","enabled":true},{"key":"eventCategoryID","value":"{{eventCategoryID}}","enabled":true},{"key":"eventID","value":"{{eventID}}","enabled":true},{"key":"eventSubscriptionID","value":"{{eventSubscriptionID}}","enabled":true},{"key":"AllocationTemplateID","value":"{{allocationTemplateID}}","enabled":true},{"key":"scheduledJobCategoryID","value":"{{scheduledJobCategoryID}}","enabled":true},{"key":"pageSize","value":"100","enabled":true},{"key":"redirect_uri","value":"{{redirect_uri}}","enabled":true},{"key":"code","value":"{{code}}","enabled":true},{"key":"SecretKey","value":"{{SecretKey}}","enabled":true},{"key":"SalesChannelTypeID","value":"{{SalesChannelTypeID}}","enabled":true},{"key":"CustomerID","value":"{{CustomerID}}","enabled":true},{"key":"CustomerStoreID","value":"{{CustomerStoreID}}","enabled":true},{"key":"RolodexID","value":"{{RolodexID}}","enabled":true},{"key":"PriceSheetCategoryID","value":"{{PriceSheetCategoryID}}","enabled":true},{"key":"PriceSheetSubCategoryID","value":"{{PriceSheetSubCategoryID}}","enabled":true},{"key":"StyleID","value":"{{StyleID}}","enabled":true},{"key":"ImageID","value":"{{ImageID}}","enabled":true},{"key":"SalesChannelID","value":"{{SalesChannelID}}","enabled":true},{"key":"SalesChannelOrderID","value":"{{SalesChannelOrderID}}","enabled":true},{"key":"AccessToken","value":"{{AccessToken}}","enabled":true},{"key":"OrderID","value":"{{OrderID}}","enabled":true},{"key":"CreditCardID","value":"{{CreditCardID}}","enabled":true},{"key":"PickTicket","value":"{{PickTicket}}","enabled":true},{"key":"PickTicketID","value":"{{PickTicketID}}","enabled":true},{"key":"warehouseID","value":"{{WarehouseID}}","enabled":true},{"key":"WarehouseCode","value":"{{WarehouseCode}}","enabled":true},{"key":"binLocationID","value":"{{BinLocationID}}","enabled":true},{"key":"BinLocationCode","value":"{{BinLocationCode}}","enabled":true},{"key":"TemplateID","value":"{{TemplateID}}","enabled":true,"type":"default"},{"key":"CustomerStoreCode","value":"{{CustomerStoreCode}}","enabled":true,"type":"default"},{"key":"CustomerAccount","value":"{{CustomerAccount}}","enabled":true,"type":"default"},{"key":"Order","value":"{{Order}}","enabled":true,"type":"default"},{"key":"StyleColorID","value":"{{StyleColorID}}","enabled":true,"type":"default"},{"key":"StyleCode","value":"{{StyleCode}}","enabled":true,"type":"default"},{"key":"otsTemplateID","value":"{{otsTemplateID}}","enabled":true,"type":"default"},{"key":"ShopifyorderID","value":"{{ShopifyorderID}}","enabled":true,"type":"default"},{"key":"rmaID","value":"{{rmaID}}","enabled":true,"type":"default"},{"key":"rmanumber","value":"{{rmanumber}}","enabled":true,"type":"default"},{"key":"warehouse","value":"{{warehouse}}","enabled":true,"type":"default"},{"key":"cutticketID","value":"{{cutticketID}}","enabled":true,"type":"default"},{"key":"cutTicketNumber","value":"{{cutTicketNumber}}","enabled":true,"type":"default"},{"key":"masterproductionTrackingID","value":"{{masterproductionTrackingID}}","enabled":true,"type":"default"}],"published":true}],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/35ee4d16cb718d4bb80719c75f58b8564d57e92e3ec10d340a0374e85104071b","favicon":"https://aims360.io/favicon.ico"},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[{"label":"CURRENT","value":"latest"},{"label":"2020-10-01","value":"f7fcc532-291a-46c8-8e06-c3b6fc110ae1"}],"environmentOptions":[{"value":"0","label":"No Environment"},{"label":"AIMS360 API Environment","value":"9991173-714c6ae6-88c9-4e91-aa89-03970418b577"}],"canonicalUrl":"https://api.aims360.io/view/metadata/SVmwuxJW"}