OBJECT
MemberSettings
Member settings on marketplace
link GraphQL Schema definition
- type MemberSettings {
- # True if advanced amendments flow is enabled.
- Boolean! :
- # True if advanced refunds flow is enabled.
- Boolean! :
- # Legacy Seller Portal is disabled for all Sellers. This will mean any links to
- # the legacy portal will be redirected.
- Boolean! :
- # True if the business registration code of the seller should be hidden from view.
- Boolean! :
- ID! :
- # Number of days within which an item must be shipped to avoid breaching the SLA
- Int :
- # List of keys that can be used to set line item metadata on an invoice line item.
- String!]! : [
- # ExternalIDs set on the order at creation through the API.
- String!]! : [
- # True if pdf footer text is enabled.
- Boolean! :
- }