v2
latestOpenAPI 3.0.32026-08-05174296703.4 KBops
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"
}