Skip to main content
PATCH
/
{shopId}
Update shop
curl --request PATCH \
  --url http://staging.qshop.ng/apiv2/{shopId}/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "config": {
    "calculateProfit": false,
    "customerNotification": {
      "email": true,
      "whatsApp": true
    },
    "enableReviews": false,
    "order": {
      "acceptWithoutShippingRate": false
    },
    "product": {
      "inventory": {
        "displayOptionKey": "always",
        "displayOptionKeyId": "624d9757733a4a29e8ec0d81",
        "enableProductPageStockCount": false,
        "isLowStockEnabled": true,
        "isOutOfStockEnabled": true,
        "lowStockThreshold": 50,
        "outOfStockThreshold": 9,
        "storefrontDisplaySoldOut": false
      }
    },
    "shipping": {
      "defaultProvider": "store",
      "hasDeliveryRates": true,
      "hasPickupRates": true,
      "integrations": {
        "enabled": false,
        "serviceType": "dropoff-and-pickup",
        "supportedProviders": [
          "kwik"
        ],
        "supportedRegions": "selected-regions",
        "useAlternativeCarriers": true
      },
      "returnAllRates": false
    },
    "storefront": {
      "banners": [
        {
          "banner": {
            "cdnUrl": "https://ucarecdn.com/59187216-f258-47c9-bb2e-1cd2f3be733b/-/crop/600x338/0,31/-/resize/16x9/",
            "cdnUrlModifiers": "-/crop/600x338/0,31/-/resize/16x9/",
            "crop": {
              "height": 338,
              "left": 0,
              "sh": 9,
              "sw": 16,
              "top": 31,
              "width": 600
            },
            "isImage": true,
            "isStored": true,
            "mimeType": "image/jpeg",
            "name": "boardroom-background.jpg",
            "originalImageInfo": {
              "color_mode": "RGB",
              "datetime_original": null,
              "dpi": [
                72,
                72
              ],
              "format": "JPEG",
              "geo_location": null,
              "height": 400,
              "orientation": null,
              "sequence": false,
              "width": 600
            },
            "originalUrl": "https://ucarecdn.com/59187216-f258-47c9-bb2e-1cd2f3be733b/",
            "size": 45492,
            "sourceInfo": {
              "source": "local"
            },
            "uuid": "59187216-f258-47c9-bb2e-1cd2f3be733b"
          },
          "is_active": true,
          "link": {
            "path": "",
            "type": "false"
          },
          "period": {
            "end": "",
            "start": "2022-11-30T18:43:00.365Z"
          },
          "subtitle": "<p>We have stocked the best items in the market at the best prices, all for your convenience</p>\n",
          "title": "Welcome to our store"
        }
      ],
      "colors": {
        "primary": "#ffcc00",
        "secondary": "#000000"
      },
      "font": "Arial",
      "hideLogo": false,
      "showEmailSignup": false,
      "showFooterMenu": false,
      "showSocialLinks": false,
      "showStoreDetails": false,
      "theme": "MINIMAL"
    }
  },
  "shopCategory": "62c6985ba6f4d62c88ea0e6e"
}
'

Body

application/json
config
object
shopCategory
string
Example:

"62c6985ba6f4d62c88ea0e6e"

Response

200 - undefined