Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.merchantops.ai/api/pricing/batches/{key}/add-records \ --header 'Content-Type: application/json' \ --data ' { "record_keys": [ "<string>" ] } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "ctx": {}, "input": "<unknown>" } ] }
Add existing price records to a batch.
Request body for adding existing price records to a batch.
List of price record keys to add
Successful Response