API Load Product Masters
HTTP | /<service>/<version>/<parameters> |
POST | /products/v4/submit |
Environment | Request URL |
UAT | https://ihubuat.supplystream.com:8081/api/products/v4/submit?api_key=<api_Key> |
Live | https://ihub.supplystream.com:8081/api/products/v4/submit?api_key=<api_Key> |
Header | Requirement | JSON | XML |
Content-Type | Required | Content-Type: application/json | Content-Type: application/xml |
Accept | Optional. Returns Content-Type format if undefined | Accept: application/json | Accept: application/xml |
API call formatting
XML Format | |
Body | <Request> |
Example success Response Body | <Response> |
Example failure Response Body | <Response> |
JSON Format | |
Body | { |
Example success Response Body | { |
Example failure Response Body | { |