Force Publish Product(s) to a Recipient
- 1 Minute to read
- DarkLight
Force Publish Product(s) to a Recipient
- 1 Minute to read
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
When publishing a product, the Content Experience Suite will take the latest version of a product and send it to a retailer. The publishing procedure doesn't publish products that haven't been changed.
There's an option to force publish products. It allows you to publish unchanged products (if necessary). Mention the following in the postman and then click Send.
POST
Query Parameters
Expand to see the parameters and description
Parameter | Parameter Type | Data Type | Accepted Values | Description |
vocabularyID | Required | String | GUID | GUID |
useDataQuality | Optimal | Boolean | true/false | When set to true will return data quality errors when the product is not at 100% |
Headers
Authorization: Specify required Auth Token in the header.
Request Parameters
Expand to see the parameters and description
Parameter | Parameter Type | Data Type | Accepted Values | Description |
dataOwner | Optional | String | GUID | Company identifier |
identifierName | Required | String | Must be a valid identifier in the customer vocabulary | Sets the identifier type |
identifierValue | Required | String | Any value that exists in the products' identifiers | The value we are searching for |
targetMarkets | Optional | Array | 3 Digit numeric target market code | Defaults to USA/840 |
sourcePartyAlias | Required | String | Must be a valid Alias in the customer vocabulary or source party GUID | The source party (supplier) for the catalog item being published |
targetPartyAlias | Required | String | Must be a valid Alias in the customer vocabulary or target party GUID | The target party (recipient) for the catalog item being published |
PublishUnchangedProducts | Required | Boolean | true/false | Allows for publishing unchanged products to recipients. |
Request
{
"IdentifierName": "GTIN",
"IdentifierValue": "01111133770761",
"TargetPartyAlias": "fb98569a-c04a-4dae-b2c0-de68faac21e0",
"SourcePartyAlias": "65f8cae6-29ca-41c1-99c0-2f677a3eeecc",
"PublishUnchangedProducts": true
}
Response 200 OK
{
"PublicationStarted": false,
"Message": "Publication failed"
}
Was this article helpful?