Maginium
Admin Api
Admin Api
  • About
  • API reference
    • CustomerGroups
      • Permissions
      • Default
      • Search
    • Customers
      • Confirm
      • BillingAddress
      • ShippingAddress
      • Carts
      • Me
        • Activate
        • Password
        • BillingAddress
        • ShippingAddress
      • Search
      • Activate
      • Password
        • ResetLinkToken
      • ResetPassword
      • Validate
      • IsEmailAvailable
      • Addresses
      • Permissions
        • Readonly
    • CmsPage
      • Search
    • CmsBlock
      • Search
    • Products
      • Media
        • Types
      • Options
        • Types
      • Links
        • Types
        • Attributes
      • Websites
      • Downloadable links
        • Samples
      • Attributes
        • Options
        • Types
      • Attribute sets
        • Attributes
        • Groups
          • List
        • Sets
          • List
      • Tier prices
      • Types
      • Tier prices information
      • Tier prices delete
      • Base prices information
      • Base prices
      • Cost information
      • Cost
      • Cost delete
      • Special price information
      • Special price
      • Special price delete
      • StockItems
      • Group prices
        • Tiers
          • Price
    • Categories
      • Attributes
        • Options
      • Products
      • Move
      • List
    • StockItems
      • LowStock
        • /
    • Carts
      • Items
      • Selected payment method
      • Billing address
      • Coupons
      • Gift message
      • Order
      • Shipping methods
      • Estimate shipping methods by address id
      • Estimate shipping methods
      • Payment methods
      • Totals
      • Shipping information
      • Totals information
      • Mine
        • Items
        • Selected payment method
        • Billing address
        • Coupons
        • Payment information
        • Gift message
        • Order
        • Shipping methods
        • Estimate shipping methods by address id
        • Estimate shipping methods
        • Payment methods
        • Totals
        • Collect totals
        • Shipping information
        • Totals information
        • Set payment information
      • Licence
        • List
      • /
      • Search
    • Guest carts
      • Items
      • Selected payment method
      • Billing address
      • Coupons
      • Payment information
      • Gift message
      • Order
      • Shipping methods
      • Estimate shipping methods
      • Payment methods
      • Collect totals
      • Totals
      • Shipping information
      • Totals information
      • Set payment information
    • Orders
      • Comments
      • Statuses
      • Cancel
      • Emails
      • Hold
      • Unhold
      • Items
      • Create
    • Invoices
      • Comments
      • Emails
      • Void
      • Capture
      • /
    • Creditmemo
      • Comments
      • Emails
      • Refund
    • Shipment
      • Comments
      • Emails
      • Label
      • Track
      • /
    • Transactions
    • TaxRates
      • Search
    • TaxRules
      • Search
    • TaxClasses
      • Search
    • SalesRules
      • Search
    • Coupons
      • Search
      • Generate
      • DeleteByIds
      • DeleteByCodes
    • Bulk
      • Detailed status
      • Status
      • Operation status
    • Modules
    • Search
    • Addresses
    • Products render info
    • StockStatuses
    • Creditmemos
    • Shipments
    • Amazon shipping address
    • Amazon billing address
    • Store
      • StoreViews
      • StoreGroups
      • Websites
      • StoreConfigs
    • Adobestock
      • Asset
        • Search
        • List
      • Search
    • Directory
      • Countries
      • Currency
    • Eav
      • Attribute sets
        • List
    • AttributeMetadata
      • Customer
        • Attribute
        • Form
        • Custom
      • CustomerAddress
        • Attribute
        • Form
        • Custom
    • Bundle products
      • Links
      • Options
        • Children
        • All
        • Types
        • Add
      • Children
    • Order
      • Refund
      • Ship
      • Invoice
      • Notify orders are ready for pickup
    • Configurable products
      • Children
      • Options
        • All
      • Child
      • Variation
    • Inventory
      • Sources
      • Stocks
      • Stock source links
      • Source items
      • Low quantity notification
      • Get sources assigned to stock ordered by priority
      • Stock source links delete
      • Source items delete
      • Bulk product source assign
      • Bulk product source unassign
      • Bulk product source transfer
      • Bulk partial source transfer
      • Get distance provider code
      • Get distance
      • Get latlng from address
      • Get latslngs from address
      • Export stock salable qty
      • Dump stock index data
      • Get product salable quantity
      • Is product salable
      • Are products salable
      • Is product salable for requested qty
      • Stock resolver
      • Source selection algorithm list
      • Source selection algorithm result
      • Low quantity notifications delete
      • Are product salable for requested qty
        • /
      • In store pickup
        • Pickup locations
          • /
    • Invoice
      • Refund
    • Analytics
      • Link
    • Amazon
      • Order ref
    • Applepay
      • Auth
    • Address
      • Cleanse
    • Guest address
      • Cleanse
    • Vertex address validation
      • Vertex address
    • Integration
      • Admin
        • Token
      • Customer
        • Token
Powered by GitBook
On this page
  1. API reference

Carts

Previous/NextItems
  • GETquote Cart Repository V1Get Get
  • PUTquote Cart Management V1Assign Customer Put

quote Cart Repository V1Get Get

get

Enables an administrative user to return information for a specified cart.

Path parameters
cartIdstringRequired

(Required)

Example: <integer>
Responses
200
OK
application/json
Responseobject
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
GET /V1/carts/{cartId} HTTP/1.1
Host: {{baseurl}}
Accept: */*
{
  "id": -18248659,
  "customer": {
    "email": "<string>",
    "firstname": "<string>",
    "lastname": "<string>",
    "id": "<integer>",
    "group_id": "<integer>",
    "default_billing": "<string>",
    "default_shipping": "<string>",
    "confirmation": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>",
    "created_in": "<string>",
    "dob": "<string>",
    "middlename": "<string>",
    "prefix": "<string>",
    "suffix": "<string>",
    "gender": "<integer>",
    "store_id": "<integer>",
    "taxvat": "<string>",
    "website_id": "<integer>",
    "addresses": [
      {
        "id": "<integer>",
        "customer_id": "<integer>",
        "region": {
          "region_code": "<string>",
          "region": "<string>",
          "region_id": "<integer>",
          "extension_attributes": "<object>"
        },
        "region_id": "<integer>",
        "country_id": "<string>",
        "street": [
          "<string>",
          "<string>"
        ],
        "company": "<string>",
        "telephone": "<string>",
        "fax": "<string>",
        "postcode": "<string>",
        "city": "<string>",
        "firstname": "<string>",
        "lastname": "<string>",
        "middlename": "<string>",
        "prefix": "<string>",
        "suffix": "<string>",
        "vat_id": "<string>",
        "default_shipping": "<boolean>",
        "default_billing": "<boolean>",
        "extension_attributes": "<object>",
        "custom_attributes": [
          {
            "attribute_code": "sint",
            "value": "irure id dolore mollit nulla"
          },
          {
            "attribute_code": "est aliqua non",
            "value": "occaecat amet aute do"
          }
        ]
      },
      {
        "id": "<integer>",
        "customer_id": "<integer>",
        "region": {
          "region_code": "<string>",
          "region": "<string>",
          "region_id": "<integer>",
          "extension_attributes": "<object>"
        },
        "region_id": "<integer>",
        "country_id": "<string>",
        "street": [
          "<string>",
          "<string>"
        ],
        "company": "<string>",
        "telephone": "<string>",
        "fax": "<string>",
        "postcode": "<string>",
        "city": "<string>",
        "firstname": "<string>",
        "lastname": "<string>",
        "middlename": "<string>",
        "prefix": "<string>",
        "suffix": "<string>",
        "vat_id": "<string>",
        "default_shipping": "<boolean>",
        "default_billing": "<boolean>",
        "extension_attributes": "<object>",
        "custom_attributes": [
          {
            "attribute_code": "in labore",
            "value": "quis exercitation enim irure"
          },
          {
            "attribute_code": "irure",
            "value": "minim elit ut anim qui"
          }
        ]
      }
    ],
    "disable_auto_group_change": "<integer>",
    "extension_attributes": {
      "assistance_allowed": "<integer>",
      "is_subscribed": "<boolean>",
      "amazon_id": "<string>",
      "vertex_customer_code": "<string>",
      "vertex_customer_country": "<string>"
    },
    "custom_attributes": [
      {
        "attribute_code": "irure veniam cillum Ut incididunt",
        "value": "amet anim Excepteur"
      },
      {
        "attribute_code": "anim dolor commodo",
        "value": "occaecat sint in voluptate"
      }
    ]
  },
  "store_id": 34862105,
  "created_at": "culpa ut sint",
  "updated_at": "minim dolor officia",
  "converted_at": "Excepteur sit sunt sed aliquip",
  "is_active": true,
  "is_virtual": false,
  "items": [
    {
      "qty": -57942493.98533627,
      "quote_id": "esse aute enim",
      "item_id": -16459120,
      "sku": "consequat dolor",
      "name": "culpa",
      "price": 34937955.19085139,
      "product_type": "dolore qui nisi reprehenderit",
      "product_option": {
        "extension_attributes": {
          "custom_options": [
            {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            }
          ],
          "bundle_options": [
            {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            }
          ],
          "downloadable_option": {
            "downloadable_links": {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            }
          },
          "configurable_item_options": [
            {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            }
          ]
        }
      },
      "extension_attributes": {
        "discounts": [
          {
            "discount_data": {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            "rule_label": "esse pariatur culpa do in",
            "rule_id": 88364745
          },
          {
            "discount_data": {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            "rule_label": "non in ut ",
            "rule_id": -77799220
          }
        ]
      }
    },
    {
      "qty": -90318102.32321154,
      "quote_id": "ipsum adipisicing velit",
      "item_id": -98171819,
      "sku": "nisi Ut do mollit anim",
      "name": "cupidatat adipisicing exercitation",
      "price": 53245195.15551528,
      "product_type": "ipsum do dolore sunt",
      "product_option": {
        "extension_attributes": {
          "custom_options": [
            {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            }
          ],
          "bundle_options": [
            {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            }
          ],
          "downloadable_option": {
            "downloadable_links": {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            }
          },
          "configurable_item_options": [
            {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            }
          ]
        }
      },
      "extension_attributes": {
        "discounts": [
          {
            "discount_data": {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            "rule_label": "eiusmod pariatur",
            "rule_id": 9120464
          },
          {
            "discount_data": {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            "rule_label": "Excepteur laboris ea Ut qui",
            "rule_id": -15845480
          }
        ]
      }
    }
  ],
  "items_count": 5842436,
  "items_qty": 89098895.08025542,
  "billing_address": {
    "region": "minim Duis",
    "region_id": 51988580,
    "region_code": "exercitation aliquip consectetur",
    "country_id": "amet ullamco",
    "street": [
      "dolore voluptate Ut",
      "anim occaecat Duis"
    ],
    "telephone": "ex qui eiusmod",
    "postcode": "anim deserunt eu iru",
    "city": "cillum velit in",
    "firstname": "in eiusmod culpa i",
    "lastname": "tempor incididunt do paria",
    "email": "minim veniam enim",
    "id": 97312888,
    "company": "ut eu magna aliquip",
    "fax": "reprehenderit Duis",
    "middlename": "dolore ipsum sint incid",
    "prefix": "Duis non",
    "suffix": "Ut officia",
    "vat_id": "reprehenderit anim",
    "customer_id": 2831309,
    "same_as_billing": 54204810,
    "customer_address_id": -63657289,
    "save_in_address_book": 70024589,
    "extension_attributes": {
      "pickup_location_code": "incididunt eiusmod ut",
      "discounts": [
        {
          "discount_data": {
            "value": "<Error: Too many levels of nesting to fake this schema>"
          },
          "rule_label": "exercitation anim in",
          "rule_id": 88607519
        },
        {
          "discount_data": {
            "value": "<Error: Too many levels of nesting to fake this schema>"
          },
          "rule_label": "do aliqua Lorem incididu",
          "rule_id": 20211232
        }
      ]
    },
    "custom_attributes": [
      {
        "attribute_code": "Duis officia ullamco adipisicing",
        "value": "eiusmod officia dolore irure d"
      },
      {
        "attribute_code": "ad",
        "value": "amet aute est Ut"
      }
    ]
  },
  "reserved_order_id": "exercitation ut",
  "orig_order_id": -72966086,
  "currency": {
    "global_currency_code": "quis dolor labore",
    "base_currency_code": "eu magna",
    "store_currency_code": "adipisicing deserunt",
    "quote_currency_code": "dolore fugiat ad amet mollit",
    "store_to_base_rate": -6744995.924758032,
    "store_to_quote_rate": -20060940.905290276,
    "base_to_global_rate": 92443964.60556632,
    "base_to_quote_rate": -56690577.62893788,
    "extension_attributes": {}
  },
  "customer_is_guest": true,
  "customer_note": "sit id commodo",
  "customer_note_notify": true,
  "customer_tax_class_id": 34236450,
  "extension_attributes": {
    "shipping_assignments": [
      {
        "shipping": {
          "address": {
            "region": "reprehenderit sit consectetur eu",
            "region_id": 97325331,
            "region_code": "dolor ut",
            "country_id": "consequat tempor sit in",
            "street": [
              "ut elit sunt",
              "nisi aute magna"
            ],
            "telephone": "labore voluptate",
            "postcode": "sit irure",
            "city": "sit proident ut occaecat adipisicing",
            "firstname": "Lorem nulla in aute Ut",
            "lastname": "voluptate nostrud enim occaecat",
            "email": "proident non minim",
            "id": -64828502,
            "company": "aute in occaecat",
            "fax": "nostrud vo",
            "middlename": "ad aute incididunt nulla ipsum",
            "prefix": "esse tempor",
            "suffix": "occaecat proident",
            "vat_id": "pa",
            "customer_id": -52760674,
            "same_as_billing": -73181400,
            "customer_address_id": 56836969,
            "save_in_address_book": 89773279,
            "extension_attributes": {
              "pickup_location_code": "cillum qui",
              "discounts": [
                {
                  "discount_data": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  "rule_label": "cupidatat qui et officia",
                  "rule_id": 37007261
                },
                {
                  "discount_data": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  "rule_label": "ut ullamco fugiat",
                  "rule_id": -89828974
                }
              ]
            },
            "custom_attributes": [
              {
                "attribute_code": "irure velit nisi",
                "value": "aliqua officia do reprehenderit"
              },
              {
                "attribute_code": "eiusmod",
                "value": "proident"
              }
            ]
          },
          "method": "sed eu qui",
          "extension_attributes": {}
        },
        "items": [
          {
            "qty": -22665883.31871268,
            "quote_id": "qui sunt exercitation est",
            "item_id": -95879954,
            "sku": "consequat",
            "name": "dolor",
            "price": -45793823.85699748,
            "product_type": "in in ea aute",
            "product_option": {
              "extension_attributes": {
                "custom_options": [
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                ],
                "bundle_options": [
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                ],
                "downloadable_option": {
                  "downloadable_links": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                },
                "configurable_item_options": [
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                ]
              }
            },
            "extension_attributes": {
              "discounts": [
                {
                  "discount_data": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  "rule_label": "nisi",
                  "rule_id": -80170433
                },
                {
                  "discount_data": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  "rule_label": "enim veniam non id",
                  "rule_id": -2591728
                }
              ]
            }
          },
          {
            "qty": -78572610.85541886,
            "quote_id": "voluptat",
            "item_id": 57803085,
            "sku": "reprehenderit",
            "name": "sit Ut",
            "price": 70977630.96759549,
            "product_type": "est fugiat aliqua ea",
            "product_option": {
              "extension_attributes": {
                "custom_options": [
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                ],
                "bundle_options": [
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                ],
                "downloadable_option": {
                  "downloadable_links": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                },
                "configurable_item_options": [
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                ]
              }
            },
            "extension_attributes": {
              "discounts": [
                {
                  "discount_data": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  "rule_label": "dolore ea culpa irure",
                  "rule_id": -86529511
                },
                {
                  "discount_data": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  "rule_label": "id amet quis",
                  "rule_id": -77211677
                }
              ]
            }
          }
        ],
        "extension_attributes": {}
      },
      {
        "shipping": {
          "address": {
            "region": "tempor aliqua",
            "region_id": 67291186,
            "region_code": "sint dolore aliqua consequat",
            "country_id": "dolor labore sunt aliqua",
            "street": [
              "minim enim dolor",
              "enim dolor"
            ],
            "telephone": "fugiat laborum",
            "postcode": "incididunt dolor",
            "city": "et enim ad",
            "firstname": "aliquip aute qui pariatur",
            "lastname": "elit dolor labore sit",
            "email": "cupidatat",
            "id": -83323144,
            "company": "laboris magna id",
            "fax": "cillum",
            "middlename": "Excepteur velit",
            "prefix": "veniam sint amet dolore",
            "suffix": "no",
            "vat_id": "veniam dolor",
            "customer_id": -83722019,
            "same_as_billing": 29507595,
            "customer_address_id": 36037918,
            "save_in_address_book": 60159391,
            "extension_attributes": {
              "pickup_location_code": "quis est ",
              "discounts": [
                {
                  "discount_data": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  "rule_label": "tempor sint ut",
                  "rule_id": 1695901
                },
                {
                  "discount_data": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  "rule_label": "amet mollit quis eiusmo",
                  "rule_id": 62301695
                }
              ]
            },
            "custom_attributes": [
              {
                "attribute_code": "aliqua ut",
                "value": "adipisicing fug"
              },
              {
                "attribute_code": "voluptate id aliqua",
                "value": "incididunt Lorem cillum a"
              }
            ]
          },
          "method": "non Lorem nulla officia",
          "extension_attributes": {}
        },
        "items": [
          {
            "qty": 14860343.88452202,
            "quote_id": "aliqua nostrud",
            "item_id": -21219220,
            "sku": "aliquip minim",
            "name": "quis anim in",
            "price": -21282994.86641176,
            "product_type": "aute Duis",
            "product_option": {
              "extension_attributes": {
                "custom_options": [
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                ],
                "bundle_options": [
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                ],
                "downloadable_option": {
                  "downloadable_links": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                },
                "configurable_item_options": [
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                ]
              }
            },
            "extension_attributes": {
              "discounts": [
                {
                  "discount_data": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  "rule_label": "ea",
                  "rule_id": 41638737
                },
                {
                  "discount_data": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  "rule_label": "irure incididunt",
                  "rule_id": -97793475
                }
              ]
            }
          },
          {
            "qty": 62697771.036963224,
            "quote_id": "ad eiusmod aliquip ea quis",
            "item_id": 7065291,
            "sku": "ex ad Ut sint",
            "name": "amet incididunt velit nisi minim",
            "price": 3044749.4751900434,
            "product_type": "aliqua in volu",
            "product_option": {
              "extension_attributes": {
                "custom_options": [
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                ],
                "bundle_options": [
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                ],
                "downloadable_option": {
                  "downloadable_links": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                },
                "configurable_item_options": [
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                ]
              }
            },
            "extension_attributes": {
              "discounts": [
                {
                  "discount_data": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  "rule_label": "pariatur ut amet",
                  "rule_id": -45691922
                },
                {
                  "discount_data": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  "rule_label": "ut incididunt tempor fugiat",
                  "rule_id": 12471415
                }
              ]
            }
          }
        ],
        "extension_attributes": {}
      }
    ],
    "amazon_order_reference_id": {
      "id": "sunt fugiat",
      "amazon_order_reference_id": "voluptate cupidatat minim",
      "quote_id": 11865009,
      "sandbox_simulation_reference": "anim incididunt nisi laboris",
      "confirmed": true
    }
  }
}

quote Cart Management V1Assign Customer Put

put

Assigns a specified customer to a specified shopping cart.

Path parameters
cartIdstringRequired

(Required) The cart ID.

Example: <integer>
Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"customerId":"<integer>","storeId":"<integer>"}
Responses
200
OK
application/json
Responseobject
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
put
PUT /V1/carts/{cartId} HTTP/1.1
Host: {{baseurl}}
Content-Type: application/json
Accept: */*
Content-Length: 48

{
  "customerId": "<integer>",
  "storeId": "<integer>"
}
true