v2

latestOpenAPI 3.0.32026-08-05174296703.4 KB
ops

isInStorePickup shipping-method-ops

Set the given shipping method isInStorePickup column

patch/ops/shipping-method/{id}/is-in-store-pickup

Path parameters

idstring regexp required

topi offer ID

Example:739b63c2-9e58-4964-b38d-4ebb424de242

topi offer ID

Request body

isInStorePickupboolean required

Example request

{
  "isInStorePickup": false
}

Response

OK response.

idstring regexp required

shipping method ID

is_in_store_pickupboolean
namestring required

Shipping method name

review_status'supported' | 'unsupported' | 'to_be_reviewed' required
seller_idstring regexp

seller ID

seller_shipping_method_referencestring required

Seller's own reference for this shipping method

Example response

{
  "id": "739b63c2-9e58-4964-b38d-4ebb424de242",
  "is_in_store_pickup": false,
  "name": "abc123",
  "review_status": "to_be_reviewed",
  "seller_id": "739b63c2-9e58-4964-b38d-4ebb424de242",
  "seller_shipping_method_reference": "Sandbox Shipping Service"
}