Inbound | PUT | /master/articles
Summary
This API is used to update standard article master fields.
Description
This API will update standard article masters in Omni.
Note : Single payload can contain upto 5000 articles.
This API does not update the SKU Attributes.
This API throws error if SKU masters is not created.
Request
{ "articleMasters": [ { "channelSkuCode": "channelSkuCode1", "category": "category", "brand": "BrandFactory", "styleCode": "erp article style", "mrp": 1299, "hsn": "hsn1234", "imageUrl": "HTTP://www.mybrand.com/styl123.jpg", "name": "product name", "taxRule": "GST_3", "size": "xl", "color": "blue" }, { "channelSkuCode": "channelSkuCode2", "category": "category", "brand": "puma", "styleCode": "erp article style", "mrp": 1299, "hsn": "hsn1234", "imageUrl": "HTTP://www.mybrand.com/styl123.jpg", "name": "product name", "taxRule": "GST_APPAREL", "size": "xl", "color": "blue" } ] }
Parameter Name | Data Type | Description | Mandatory |
| Object [ ] | List of article masters that needs to be updated. | yes |
| String | Code used by the channel to identify an SKU.It cannot be updated. | yes |
| String | Represents the broad category this product belongs to | no |
| String | Brand of the sku | no |
| String | styleCode of the product | no |
| Double | Maximum Retail Price of the product | no |
| String | HSN code of the product | no |
| String | Public image url of the product. This is used in warehouse at multiple stages to gain efficiency and accuracy | no |
| String | Name of the product | no |
| String | Rule used to compute tax as per Assure Tax Rule Table | no |
| String | Size of the product | no |
| String | Color of the product | no |
Response
EmptyBody
HttpStatus : 200