Monetate Data API
Product Catalog
Bulk Set Account Defaults
POST
https://api.monetate.net/api/data/v1/{retailerShortname}/production/bulk-defaultcatalog/
Authentication
Authorization
apiKey
Body Parameters
body
DefaultAccountCatalogBulk
Example
{"defaultaccountcatalogs":[{"account":"123","schema":"456"},{"account":"234","schema":"567"}]}
Description
A List of Account IDs and Schema IDs to connect together to be default product catalogs
account
string
*
schema
string
*
Responses
201
A list of the defaulted product catalogs and accounts
DefaultAccountCatalogBulkCreatedResponse
meta
ResponseMeta
*
data
DefaultAccountCatalog
*
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.
Response
meta
ResponseMeta
*
data
ResponseAnyData
*
403
Forbidden.
The request included a token that has been revoked. Please contact your account administrator to generate a new token.
Response
meta
ResponseMeta
*
data
ResponseAnyData
*
404
Not found.
The resource you are trying to fetch does not exist, or has been deleted.
Response
meta
ResponseMeta
*
data
ResponseAnyData
*
500
Unknown error.
Please try again or contact your account manager for more information.
Response
meta
ResponseMeta
*
data
ResponseAnyData
*