Anchor to DeliveryLocationLocalPickupSettingsErrorDelivery
objectDelivery Location Local Pickup Settings Error
Requires Any of shipping access scopes or user permission.
Represents an error that happened when changing local pickup settings for a location.
Anchor to FieldsFields
- code (DeliveryLocationLocalPickupSettingsErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Delivery
Location Local Pickup Settings Error Code The error code.
Show enum values
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- locationLocalPickupDisable (LocationLocalPickupDisablePayload)
- locationLocalPickupEnable (LocationLocalPickupEnablePayload)
- •mutation
Disables local pickup for a location.
Show payload
- Anchor to locationIdlocation•ID!
Id required The ID of the location to disable local pickup for.
Arguments
- •mutation
Enables local pickup for a location so customers can collect their orders in person. Configures the estimated pickup time that customers see at checkout and optional instructions for finding or accessing the pickup location.
Show payload
- Anchor to localPickupSettingslocal•Delivery
Pickup Settings Location Local Pickup Enable Input! required The settings required to enable local pickup for a location.
Show input fields
Arguments
Was this section helpful?