Monetate Data API
Product Catalog

Set Account Default

POST
https://api.monetate.net/api/data/v1/{retailerShortname}/production/defaultcatalog/
Set a default catalog for an account
Authentication
Authorization
Body Parameters
body
Example
{"account":"123","schema":"456"}
Description
An Account ID and a Schema ID to connect together to be a default product catalog
account
*
schema
*
Responses
201
The defaulted product catalog and account
meta
*
data
*
401
Unauthorized. The request did not include a token, or the token provided was invalid. Please ensure that your token is correct and that the Authorization header is properly formatted.
meta
*
data
*
403
Forbidden. The request included a token that has been revoked. Please contact your account administrator to generate a new token.
meta
*
data
*
404
Not found. The resource you are trying to fetch does not exist, or has been deleted.
meta
*
data
*
500
Unknown error. Please try again or contact your account manager for more information.
meta
*
data
*