⚙️Examples

Request:

curl --location --request GET 'https://api.alephcrm.com/v2/orders/pack?API_KEY=AAAAAAAA-XXX-XXX-XXX-XXXXXXXXXXXX&accountID=NNNN&packId=ZZZZZZZZZ \
--header 'Content-Type: application/json' \
--header 'Cookie: xxx' \

Response

{
	"Id": "2000000XXXXXXXXX",
	"IsComplete": true,
	"SellerAccount": { ... }
	"Marketplace": { ... }
	"Buyer": { ... }
	"Payments": [
		{ ... }
	],
	"Shipping": {}
	"Total": 2,
	"Orders": [
		{ ... },
		{ ... }
	],
}

Last updated