post
https://api.gobeeping.com/api/v1/client/packs
What is it for?
Creates a new pack (kit) grouping several products.
Conditions
- Requires authentication.
- Validations:
- The pack MUST have at least 1 product in "items":
- Error: invalid field (HTTP 422)
- Message: "Cannot create a pack with no items."
- All product_id values must exist and belong to your account:
- If any product does not belong to you, the operation will fail.
- After creation: version 1 of the pack is automatically generated.
Parameters
Fill in the fields in Body Params, Query Params and/or Path Params as applicable.
Expected response
HTTP 201 → { "id": 42 }
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400Malformed request
401Unauthorized (invalid or expired token)
