引き渡しの完了
注文IDごとに商品を引き渡し済にします。
curl -X 'PATCH' https://devmanage.3barc.space/api/staff/pickups/{pickup_code}?gacha_id={gacha_id} -H "Authorization: Bearer {firebase_jwt}"
| params | type | description |
|---|---|---|
| pickup_code | string | exampleを指定した場合のみ、ランダムな商品が状態にかかわらず返されます |
| gacha_id | string | 受け渡しを行うガチャのID |
RequestJson
{
"order_ids": [
"example_order_id",
]
}
ResponseJson
{
order_ids: [
"example_order_id",
]
}