- Get Started
- Product
- Build
- User Guide
- Cloud
- Get Started
- Product
- Build
- Tools
- Reference
- User Guide
- Cloud
This documentation provides a reference to the sdk.admin.fulfillmentSet
set of methods used to send requests to Medusa's Admin API routes.
This method deletes a fulfillment set. It sends a request to the Delete Fulfillment Set API route.
id
stringPromise
Promise<AdminFulfillmentSetDeleteResponse>This method adds a service zone to a fulfillment set. It uses the Add Service Zone API route.
id
stringPromise
Promise<AdminFulfillmentSetResponse>This method retrieves a fulfillment set's service zone's details. It sends a request to the Get Service Zone API route.
To retrieve a fulfillment set's service zone by its ID:
To specify the fields and relations to retrieve:
Learn more about the fields
property in the API reference.
fulfillmentSetId
stringserviceZoneId
stringPromise
Promise<AdminServiceZoneResponse>This method updates a service zone in a fulfillment set. It sends a request to the Update Service Zone API route.
fulfillmentSetId
stringserviceZoneId
stringPromise
Promise<AdminFulfillmentSetResponse>This method deletes a service zone in a fulfillment set. It sends a request to the Remove Service Zone API route.
fulfillmentSetId
stringserviceZoneId
stringPromise
Promise<AdminServiceZoneDeleteResponse>