latestOpenAPI 3.0.32026-08-14175297706.0 KB
fc745e434b3e
ops
create shipping-method-ops
Create a new shipping method for a seller
post/ops/shipping-method
Request body
Example request
{
"is_in_store_pickup": false,
"name": "United Parcel Service",
"seller_id": "gravis",
"seller_shipping_method_reference": "Sandbox Shipping Service"
}Response
Created 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"
}