v2
latestOpenAPI 3.0.32026-08-05174296703.4 KBops
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
Example request
{
"isInStorePickup": false
}Response
OK response.
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"
}