v1

latestSwagger 2.02026-08-0613288149.8 KB
groups

add orderitem. ๐Ÿ”

adds orderitem<br/> <br/> <strong>Example Post Data:</strong><br/> <code> {<br/> ย ย ย ย "order_id": "19891990",<br/> ย ย ย ย "product": "Batman: The Video Game",<br/> ย ย ย ย "product_id": "jnr-1989-1990",<br/> ย ย ย ย "price": 1.99,<br/> ย ย ย ย "quantity": 2,<br/> ย ย ย ย "source": "fanshop-gotham",<br/> ย ย ย ย "currency": "USD"<br/> }<br/> </code> <br/>

post/v3/groups/{group_id}/receivers/{pool_id}/orders

Path parameters

group_idstring required

Group ID

pool_idstring required

ID or email of receiver

Request body

order_idstring required

order ID

productstring required

Product Name

product_idstring

your productID (default:null)

stampinteger

date of order (default:current time)

pricenumber double

product price (single) (default:0)

quantityinteger

quantity bought (default:1)

mailing_idstring

mailingID, if bought through mailing (conversion tracking) (default:null)

sourcestring

shopname or sourcename

currencystring

currency used (default:EUR)

Response

Success

filterstring[] required