Get all Promotions
GET {{baseUrl}}/3dCartWebAPI/v1/Promotions?limit=<integer>&offset=<integer>&promotion=<object>&countonly=<integer>
Get a list of all promotions
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Maximum number of items that can be returned | |
offset | string | Starting point for the return data | |
promotion | string | Name of the Promotion | |
countonly | string | Count the number of rows only |