FulfillmentService

Modify an existing FulfillmentService

Modify an existing FulfillmentService

put/admin/fulfillment_services/{id:\\d+}.json

Request body

Example request

{
  "fulfillment_service": {
    "can_remove_mapping": true,
    "is_mapped": true,
    "service_name": "Service name"
  }
}

Response

OK

Example response

{
  "fulfillment_service": {
    "can_remove_mapping": true,
    "is_mapped": true,
    "service_name": "Service name"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.