ShippingShipment mappings

Update Shipment Mapping

Update a shipment mapping by ID

PATCH
/shipos/shipment-mappings/{shipment_mapping_id}
x-access-token<token>

In: header

Path Parameters

shipment_mapping_id*string

The ID of the shipment mapping to be updated

Request Body

application/json

The new values for the shipment mapping

The new values for the shipment mapping

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X PATCH "https://example.com/shipos/shipment-mappings/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "team_name": "string",  "team_id": "string",  "shop_name": "string",  "shop_id": "string",  "rate_shop_name": "string",  "rate_shop_id": "string",  "service_id": "string",  "carrier_id": "string",  "carrier_integration_name": "string",  "carrier_integration_id": "string",  "enabled": true,  "enforce_cutoff": true,  "must_ship": "SAME_DAY",  "cutoff_time": "string",  "wildcard": true,  "shipping_method": "string",  "updated_at": "2019-08-24T14:15:22Z",  "created_at": "2019-08-24T14:15:22Z",  "id": "string",  "carrier_integration": {    "id": "string",    "name": "string",    "type": "GENERIC",    "team_id": "string",    "active": true,    "created_at": "2019-08-24T14:15:22Z",    "expires_at": "2019-08-24T14:15:22Z",    "team_name": "string"  },  "shop": {    "authorization_expires_at": "2019-08-24T14:15:22Z",    "order_sync_start_date": "2019-08-24T14:15:22Z",    "inventory_sync_enabled": true,    "synced_at": "2019-08-24T14:15:22Z",    "remote_slug": "string",    "remote_id": "string",    "uninstalled_at": "2019-08-24T14:15:22Z",    "updated_at": "2019-08-24T14:15:22Z",    "created_at": "2019-08-24T14:15:22Z",    "slug": "string",    "country": "string",    "domain": "string",    "currency": "string",    "team_name": "string",    "team_id": "string",    "fulfiller_team_name": "string",    "fulfiller_team_id": "string",    "merchant_team_name": "string",    "merchant_team_id": "string",    "type": "SHOPIFY",    "name": "string",    "id": "string"  }}