{
  "auth" : {
    "bearer" : [ {
      "key" : "token",
      "type" : "string"
    } ],
    "type" : "bearer"
  },
  "info" : {
    "name" : "Shopify Operator Connector APIs - Public",
    "schema" : "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item" : [ {
    "item" : [ {
      "name" : "GetCustomCarrierRates - Get Mirakl custom carrier information",
      "request" : {
        "body" : {
          "mode" : "raw",
          "raw" : "{\n  \"rate\" : {\n    \"origin\" : {\n      \"country\" : \"FR\",\n      \"postal_code\" : \"\",\n      \"province\" : \"\",\n      \"city\" : \"\",\n      \"name\" : \"\",\n      \"address1\" : \"\",\n      \"address2\" : \"\",\n      \"address3\" : \"\",\n      \"latitude\" : null,\n      \"longitude\" : null,\n      \"phone\" : \"\",\n      \"fax\" : \"\",\n      \"email\" : \"\",\n      \"address_type\" : \"\",\n      \"company_name\" : \"\"\n    },\n    \"destination\" : {\n      \"country\" : \"FR\",\n      \"postal_code\" : \"75116\",\n      \"province\" : null,\n      \"city\" : \"Paris\",\n      \"name\" : \"Corporate Headquarters\",\n      \"address1\" : \"47 Rue de Lubeck\",\n      \"address2\" : null,\n      \"address3\" : null,\n      \"latitude\" : 48.8640412,\n      \"longitude\" : 2.2903055,\n      \"phone\" : \"0172316200\",\n      \"fax\" : null,\n      \"email\" : \"contact@Mirakl.com\",\n      \"address_type\" : null,\n      \"company_name\" : \"Mirakl\"\n    },\n    \"items\" : [ {\n      \"name\" : \"LEGO Hero Factory - Furno Jet Machine\",\n      \"sku\" : \"4654321654\",\n      \"quantity\" : \"3\",\n      \"grams\" : \"0\",\n      \"price\" : 3500,\n      \"vendor\" : \"Lego\",\n      \"requires_shipping\" : true,\n      \"taxable\" : true,\n      \"fulfillment_service\" : \"manual\",\n      \"properties\" : {\n        \"Shop name\" : \"* Super Shop\",\n        \"_mkp_offer_id\" : \"3090\",\n        \"_mkp_shipping_method_code\" : \"STD\"\n      }\n    }, {\n      \"name\" : \"Belkin Auto Charger for iPhone and iPod\",\n      \"sku\" : \"9765435467\",\n      \"quantity\" : \"5\",\n      \"grams\" : \"0\",\n      \"price\" : 60,\n      \"vendor\" : \"Belkin\",\n      \"requires_shipping\" : true,\n      \"taxable\" : true,\n      \"fulfillment_service\" : \"manual\",\n      \"properties\" : {\n        \"Shop name\" : \"* Super Shop\",\n        \"_mkp_offer_id\" : \"3092\",\n        \"_mkp_shipping_method_code\" : \"STD\"\n      }\n    }, {\n      \"name\" : \"Pull-On Sneaker\",\n      \"sku\" : \"9734842562\",\n      \"quantity\" : \"1\",\n      \"grams\" : \"0\",\n      \"price\" : 264,\n      \"vendor\" : \"Lego\",\n      \"requires_shipping\" : true,\n      \"taxable\" : true,\n      \"fulfillment_service\" : \"manual\",\n      \"properties\" : {\n        \"Shop name\" : \"Wag's\",\n        \"_mkp_offer_id\" : \"3088\",\n        \"_mkp_shipping_method_code\" : \"NEX\"\n      }\n    } ],\n    \"currency\" : \"USD\",\n    \"locale\" : \"en-US\"\n  }\n}\n"
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        }, {
          "key" : "Content-Type",
          "value" : "application/json"
        } ],
        "method" : "post",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "storefront", "custom-carrier" ],
          "raw" : "{{URL}}/api/storefront/custom-carrier"
        }
      }
    } ],
    "name" : "Checkout"
  }, {
    "item" : [ {
      "name" : "GetConnection - Get the information of the connection between a Shopify store an a Mirakl instance",
      "request" : {
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "method" : "get",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "environment" ],
          "raw" : "{{URL}}/api/environment"
        }
      }
    }, {
      "name" : "HardDeleteConnectionDev - Hard delete environment for dev/test only",
      "request" : {
        "method" : "delete",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "environment-dev" ],
          "raw" : "{{URL}}/api/environment-dev"
        }
      }
    } ],
    "name" : "Connection"
  }, {
    "item" : [ {
      "name" : "GetShippingFees - Get shipping fees",
      "request" : {
        "body" : {
          "mode" : "raw",
          "raw" : "{\n  \"cartLines\" : [ {\n    \"id\" : \"gid://shopify/CartLine/f8483e37e89e6432c1ce004267e8683f\",\n    \"quantity\" : 3,\n    \"cost\" : {\n      \"totalAmount\" : {\n        \"amount\" : 35,\n        \"currencyCode\" : \"USD\"\n      }\n    },\n    \"merchandise\" : {\n      \"type\" : \"variant\",\n      \"id\" : \"gid://shopify/ProductVariant/49202975801683\",\n      \"title\" : \"LEGO Hero Factory - Furno Jet Machine\",\n      \"image\" : {\n        \"url\" : \"https://cdn.shopify.com/s/files/aa8ab4876d3d_256x256.jpg?v=1723551528\",\n        \"altText\" : \"\"\n      },\n      \"selectedOptions\" : [ {\n        \"name\" : \"Title\",\n        \"value\" : \"Default Title\"\n      } ],\n      \"product\" : {\n        \"id\" : \"gid://shopify/Product/9393674715475\",\n        \"vendor\" : \"Lego\",\n        \"productType\" : \"toys\"\n      },\n      \"requiresShipping\" : true,\n      \"sku\" : \"4654321654\"\n    },\n    \"attributes\" : [ {\n      \"key\" : \"Shop name\",\n      \"value\" : \"* Super Shop\"\n    }, {\n      \"key\" : \"_mkp_offer_id\",\n      \"value\" : \"3090\"\n    }, {\n      \"key\" : \"_mkp_shipping_method_code\",\n      \"value\" : \"STD\"\n    } ],\n    \"discountAllocations\" : [ ],\n    \"lineComponents\" : [ ]\n  }, {\n    \"id\" : \"gid://shopify/CartLine/f8483e37e89e6432c1ce004267e86840\",\n    \"quantity\" : 5,\n    \"cost\" : {\n      \"totalAmount\" : {\n        \"amount\" : 60,\n        \"currencyCode\" : \"USD\"\n      }\n    },\n    \"merchandise\" : {\n      \"type\" : \"variant\",\n      \"id\" : \"gid://shopify/ProductVariant/49202975801684\",\n      \"title\" : \"Belkin Auto Charger for iPhone and iPod\",\n      \"image\" : {\n        \"url\" : \"https://cdn.shopify.com/s/files/aa8ab4854d3d_256x256.jpg?v=1723551528\",\n        \"altText\" : \"\"\n      },\n      \"selectedOptions\" : [ {\n        \"name\" : \"Title\",\n        \"value\" : \"Default Title\"\n      } ],\n      \"product\" : {\n        \"id\" : \"gid://shopify/Product/9393674715475\",\n        \"vendor\" : \"Belkin\",\n        \"productType\" : \"accessories\"\n      },\n      \"requiresShipping\" : true,\n      \"sku\" : \"9765435467\"\n    },\n    \"attributes\" : [ {\n      \"key\" : \"Shop name\",\n      \"value\" : \"* Super Shop\"\n    }, {\n      \"key\" : \"_mkp_offer_id\",\n      \"value\" : \"3092\"\n    }, {\n      \"key\" : \"_mkp_shipping_method_code\",\n      \"value\" : \"STD\"\n    } ],\n    \"discountAllocations\" : [ ],\n    \"lineComponents\" : [ ]\n  }, {\n    \"id\" : \"gid://shopify/CartLine/f8483e37e89e6432c1ce004267e86841\",\n    \"quantity\" : 1,\n    \"cost\" : {\n      \"totalAmount\" : {\n        \"amount\" : 264,\n        \"currencyCode\" : \"USD\"\n      }\n    },\n    \"merchandise\" : {\n      \"type\" : \"variant\",\n      \"id\" : \"gid://shopify/ProductVariant/49202975801685\",\n      \"title\" : \"Pull-On Sneaker\",\n      \"image\" : {\n        \"url\" : \"https://cdn.shopify.com/s/files/a87ab4876d3d_256x256.jpg?v=1723551528\",\n        \"altText\" : \"\"\n      },\n      \"selectedOptions\" : [ {\n        \"name\" : \"Title\",\n        \"value\" : \"Default Title\"\n      } ],\n      \"product\" : {\n        \"id\" : \"gid://shopify/Product/9393674715475\",\n        \"vendor\" : \"Pull\",\n        \"productType\" : \"shoes\"\n      },\n      \"requiresShipping\" : true,\n      \"sku\" : \"9734842562\"\n    },\n    \"attributes\" : [ {\n      \"key\" : \"Shop name\",\n      \"value\" : \"Wag's\"\n    }, {\n      \"key\" : \"_mkp_offer_id\",\n      \"value\" : \"3088\"\n    }, {\n      \"key\" : \"_mkp_shipping_method_code\",\n      \"value\" : \"NEX\"\n    } ],\n    \"discountAllocations\" : [ ],\n    \"lineComponents\" : [ ]\n  } ],\n  \"shippingAddress\" : {\n    \"address1\" : \"47 Rue de Lubeck\",\n    \"city\" : \"Paris\",\n    \"countryCode\" : \"FR\",\n    \"firstName\" : \"Alexandre\",\n    \"lastName\" : \"Marie\",\n    \"name\" : \"Alexandre\",\n    \"phone\" : \"\",\n    \"zip\" : \"75116\",\n    \"oneTimeUse\" : false\n  }\n}\n"
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        }, {
          "key" : "Content-Type",
          "value" : "application/json"
        } ],
        "method" : "post",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "public", "shipping-fees" ],
          "raw" : "{{URL}}/api/public/shipping-fees"
        }
      }
    } ],
    "name" : "Public"
  }, {
    "item" : [ {
      "name" : "ListSettings - List connector settings",
      "request" : {
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "method" : "get",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "settings" ],
          "raw" : "{{URL}}/api/settings"
        }
      }
    }, {
      "name" : "UpdateSettings - Update connector settings",
      "request" : {
        "body" : {
          "mode" : "raw",
          "raw" : "{\n  \"additionalLocales\" : [ {\n    \"locale\" : \"it\"\n  } ],\n  \"categories\" : {\n    \"includes\" : [ \"gid://shopify/TaxonomyCategory/sg-4-17\" ],\n    \"excludes\" : [ \"gid://shopify/TaxonomyCategory/sg-4-17-3\" ]\n  },\n  \"imageAttributes\" : [ {\n    \"code\" : \"main_image_1\",\n    \"label\" : \"Main Image\",\n    \"isMainImage\" : true\n  }, {\n    \"code\" : \"swatch\",\n    \"label\" : \"Swatch\",\n    \"isMainImage\" : false\n  } ],\n  \"shop\" : {\n    \"shopMiraklCustomFields\" : [ {\n      \"code\" : \"customer-care-phone\"\n    }, {\n      \"code\" : \"customer-care-email\"\n    }, {\n      \"code\" : \"shipping-policy\"\n    } ]\n  },\n  \"miraklMasterMode\" : {\n    \"enabled\" : true,\n    \"useShopifyCategories\" : false\n  },\n  \"rootAttributes\" : {\n    \"TITLE\" : {\n      \"code\" : \"title\"\n    },\n    \"DESCRIPTION\" : {\n      \"code\" : \"description\"\n    },\n    \"VENDOR\" : {\n      \"code\" : \"vendor\"\n    },\n    \"CATEGORY\" : {\n      \"code\" : \"category\"\n    },\n    \"BARCODE\" : {\n      \"code\" : \"barcode\"\n    },\n    \"WEIGHT\" : {\n      \"code\" : \"weight\"\n    },\n    \"VARIANT_GROUP_CODE\" : {\n      \"code\" : \"variant_group_code\"\n    },\n    \"SHOP_SKU\" : {\n      \"code\" : \"shop_sku\"\n    }\n  },\n  \"taxonomyMetafields\" : [ {\n    \"ownerType\" : \"PRODUCT\",\n    \"namespace\" : \"custom\",\n    \"key\" : \"materials\"\n  }, {\n    \"ownerType\" : \"PRODUCTVARIANT\",\n    \"namespace\" : \"test\",\n    \"key\" : \"boolean\"\n  } ],\n  \"vendorAsValueList\" : true,\n  \"lastOfferSync\" : \"2024-09-01T09:20:30Z\",\n  \"lastMiraklToShopifyProductSync\" : \"2024-09-01T12:00:00Z\",\n  \"lastOrderSync\" : \"2024-11-01T10:20:30Z\",\n  \"lastMiraklToShopifyShipmentSync\" : \"2025-07-16T15:45:23Z\",\n  \"lastShopifyToMiraklProductSync\" : \"2024-09-01T12:00:00Z\",\n  \"lastDeletedMiraklProductSync\" : \"2025-08-01T22:04:00Z\",\n  \"shippingZoneMapping\" : {\n    \"shippingZone\" : \"INT\",\n    \"countries\" : [ {\n      \"iso2Code\" : \"US\",\n      \"shippingZone\" : \"USA\",\n      \"provinces\" : [ {\n        \"code\" : \"MA\",\n        \"shippingZone\" : \"MASSACHUSETTS\"\n      } ],\n      \"zips\" : null\n    }, {\n      \"iso2Code\" : \"FR\",\n      \"shippingZone\" : \"FRANCE\",\n      \"provinces\" : null,\n      \"zips\" : [ {\n        \"code\" : \"75\",\n        \"shippingZone\" : \"PARIS\"\n      } ]\n    } ]\n  },\n  \"customCarrierTitle\" : \"My custom carrier title\",\n  \"customCarrierDescription\" : \"My custom carrier description\",\n  \"fraudCheck\" : {\n    \"analysisFactDescription\" : \"validated\",\n    \"strategy\" : \"CUSTOM_ASSESSMENT\"\n  },\n  \"customAppClientSecret\" : \"0123456789abcdef0123456789abcdef0123\",\n  \"jobs\" : {\n    \"SyncShops\" : {\n      \"scheduled\" : true\n    },\n    \"SyncOffers\" : {\n      \"scheduled\" : true\n    },\n    \"SyncOrders\" : {\n      \"scheduled\" : true\n    },\n    \"SyncShipments\" : {\n      \"scheduled\" : true\n    },\n    \"SyncFirstPartyProducts\" : {\n      \"scheduled\" : false\n    },\n    \"SyncThirdPartyProducts\" : {\n      \"scheduled\" : true\n    }\n  },\n  \"publicationIds\" : [ \"gid://shopify/Publication/220528771398\" ],\n  \"payment\" : {\n    \"create3PCaptureInShopify\" : true,\n    \"create3PRefundInShopify\" : true,\n    \"confirmCaptureToMirakl\" : true,\n    \"confirmRefundToMirakl\" : true,\n    \"miraklPaymentWorkflow\" : \"PAY_ON_SHIPMENT\",\n    \"useMiraklPayout\" : true,\n    \"useTransactionNumberForCaptureFromMetafield\" : true,\n    \"useTransactionNumberForRefundFromMetafield\" : true\n  },\n  \"miraklPayout\" : {\n    \"payinPspId\" : \"PAYIN-EUR\"\n  },\n  \"order\" : {\n    \"miraklExportCustomerOrganization\" : {\n      \"mode\" : \"FULL\"\n    },\n    \"orderMetafields\" : [ {\n      \"shopifyKey\" : \"customer_type\",\n      \"shopifyNamespace\" : \"custom\",\n      \"miraklCustomFieldCode\" : \"mirakl_customer_type\"\n    } ]\n  },\n  \"offer\" : {\n    \"synchronizeAdvancedPricing\" : true\n  },\n  \"product\" : {\n    \"skuGenerations\" : [ {\n      \"strategy\" : \"UNIQUE_IDENTIFIER_BASED\",\n      \"attributeCode\" : \"barcode\"\n    }, {\n      \"strategy\" : \"UNIQUE_IDENTIFIER_BASED\",\n      \"attributeCode\" : \"ean\"\n    }, {\n      \"strategy\" : \"MIRAKL_PRODUCT_ID_BASED\",\n      \"prefix\" : \"mp-\"\n    } ]\n  }\n}\n"
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        }, {
          "key" : "Content-Type",
          "value" : "application/json"
        } ],
        "method" : "patch",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "settings" ],
          "raw" : "{{URL}}/api/settings"
        }
      }
    } ],
    "name" : "Settings"
  }, {
    "item" : [ {
      "name" : "SetupCheckConsistency - Check initialized data",
      "request" : {
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "method" : "get",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "setup", "check-consistency" ],
          "raw" : "{{URL}}/api/setup/check-consistency"
        }
      }
    }, {
      "name" : "SetupCheckPermissions - Check Shopify permissions",
      "request" : {
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "method" : "get",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "setup", "check-permissions" ],
          "raw" : "{{URL}}/api/setup/check-permissions"
        }
      }
    }, {
      "name" : "SetupUpdate - Update initialized data",
      "request" : {
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "method" : "post",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "setup", "update" ],
          "raw" : "{{URL}}/api/setup/update"
        }
      }
    } ],
    "name" : "Setup"
  }, {
    "item" : [ {
      "name" : "GetEvaluationsAssessments - Get evaluations assessments",
      "request" : {
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "method" : "get",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "storefront", "evaluations", "assessments" ],
          "raw" : "{{URL}}/api/storefront/evaluations/assessments"
        }
      }
    }, {
      "name" : "GetShipment - Get shipment details by Shopify fulfillment ID",
      "request" : {
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "method" : "get",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "storefront", "shipment" ],
          "query" : [ {
            "disabled" : false,
            "key" : "fulfillmentId"
          } ],
          "raw" : "{{URL}}/api/storefront/shipment"
        }
      }
    }, {
      "name" : "ListAccountingOrdersDocuments - List accounting orders documents",
      "request" : {
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "method" : "get",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "storefront", "orders", "accounting-documents" ],
          "query" : [ {
            "disabled" : false,
            "key" : "ids"
          } ],
          "raw" : "{{URL}}/api/storefront/orders/accounting-documents"
        }
      }
    }, {
      "name" : "ListOrdersDocuments - List orders documents",
      "request" : {
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "method" : "get",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "storefront", "orders", "documents" ],
          "query" : [ {
            "disabled" : false,
            "key" : "ids"
          } ],
          "raw" : "{{URL}}/api/storefront/orders/documents"
        }
      }
    }, {
      "name" : "ListShopEvaluations - List evaluations of a shop",
      "request" : {
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "method" : "get",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "storefront", "shop-ratings", ":shopId" ],
          "raw" : "{{URL}}/api/storefront/shop-ratings/:shopId",
          "variable" : [ {
            "key" : ":shopId",
            "value" : "value"
          } ]
        }
      }
    }, {
      "name" : "MiraklGraphQL - Forward request to Mirakl GraphQL API",
      "request" : {
        "method" : "post",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "storefront", "graphql" ],
          "raw" : "{{URL}}/api/storefront/graphql"
        }
      }
    }, {
      "name" : "MiraklGraphQLUpload - Forward file upload request to Mirakl GraphQL Upload API",
      "request" : {
        "method" : "put",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "storefront", "graphql", "upload" ],
          "raw" : "{{URL}}/api/storefront/graphql/upload"
        }
      }
    }, {
      "name" : "ReceiveFulfillment - Confirm the reception of a fulfillment",
      "request" : {
        "method" : "put",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "storefront", "fulfillments", "receive" ],
          "query" : [ {
            "disabled" : false,
            "key" : "fulfillmentId"
          } ],
          "raw" : "{{URL}}/api/storefront/fulfillments/receive"
        }
      }
    } ],
    "name" : "Storefront"
  }, {
    "item" : [ {
      "name" : "SyncCatalogStructure - Synchronize your Shopify catalog structure to Mirakl",
      "request" : {
        "method" : "post",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "sync", "taxonomy" ],
          "raw" : "{{URL}}/api/sync/taxonomy"
        }
      }
    }, {
      "name" : "SyncDeletedMiraklProducts - Synchronize deleted products from Mirakl to Shopify",
      "request" : {
        "body" : {
          "mode" : "raw",
          "raw" : "{ }\n"
        },
        "headers" : [ {
          "key" : "Content-Type",
          "value" : "application/json"
        } ],
        "method" : "post",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "sync", "deleted-mirakl-products" ],
          "raw" : "{{URL}}/api/sync/deleted-mirakl-products"
        }
      }
    }, {
      "name" : "SyncFirstPartyProducts - Synchronize first-party products from Shopify to Mirakl",
      "request" : {
        "body" : {
          "mode" : "raw",
          "raw" : "{ }\n"
        },
        "headers" : [ {
          "key" : "Content-Type",
          "value" : "application/json"
        } ],
        "method" : "post",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "sync", "product-shopify-to-mirakl" ],
          "raw" : "{{URL}}/api/sync/product-shopify-to-mirakl"
        }
      }
    }, {
      "name" : "SyncOfferConditions - Synchronize offer conditions from Mirakl to Shopify",
      "request" : {
        "method" : "post",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "sync", "offer-conditions" ],
          "raw" : "{{URL}}/api/sync/offer-conditions"
        }
      }
    }, {
      "name" : "SyncOffers - Sync Offers",
      "request" : {
        "body" : {
          "mode" : "raw",
          "raw" : "{\n  \"sinceDate\" : \"2023-03-28T09:34:42Z\"\n}"
        },
        "headers" : [ {
          "key" : "Content-Type",
          "value" : "application/json"
        } ],
        "method" : "post",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "sync", "offers" ],
          "raw" : "{{URL}}/api/sync/offers"
        }
      }
    }, {
      "name" : "SyncOrders - Synchronize orders between Mirakl and Shopify",
      "request" : {
        "body" : {
          "mode" : "raw",
          "raw" : "{ }\n"
        },
        "headers" : [ {
          "key" : "Content-Type",
          "value" : "application/json"
        } ],
        "method" : "post",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "sync", "orders" ],
          "raw" : "{{URL}}/api/sync/orders"
        }
      }
    }, {
      "name" : "SyncShipments - Synchronize shipments from Mirakl to Shopify",
      "request" : {
        "body" : {
          "mode" : "raw",
          "raw" : "{ }\n"
        },
        "headers" : [ {
          "key" : "Content-Type",
          "value" : "application/json"
        } ],
        "method" : "post",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "sync", "shipment-mirakl-to-shopify" ],
          "raw" : "{{URL}}/api/sync/shipment-mirakl-to-shopify"
        }
      }
    }, {
      "name" : "SyncShops - Synchronize shops from Mirakl to Shopify",
      "request" : {
        "body" : {
          "mode" : "raw",
          "raw" : "{ }\n"
        },
        "headers" : [ {
          "key" : "Content-Type",
          "value" : "application/json"
        } ],
        "method" : "post",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "sync", "shops" ],
          "raw" : "{{URL}}/api/sync/shops"
        }
      }
    }, {
      "name" : "SyncThirdPartyProducts - Synchronize third-party products from Mirakl to Shopify",
      "request" : {
        "body" : {
          "mode" : "raw",
          "raw" : "{ }\n"
        },
        "headers" : [ {
          "key" : "Content-Type",
          "value" : "application/json"
        } ],
        "method" : "post",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "sync", "product-mirakl-to-shopify" ],
          "raw" : "{{URL}}/api/sync/product-mirakl-to-shopify"
        }
      }
    } ],
    "name" : "Synchronization"
  }, {
    "item" : [ {
      "name" : "GetOfferRecoverableError - Get an offer recoverable error",
      "request" : {
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "method" : "get",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "sync", "mirakl-offers-sync-error" ],
          "query" : [ {
            "disabled" : false,
            "key" : "discriminant"
          } ],
          "raw" : "{{URL}}/api/sync/mirakl-offers-sync-error"
        }
      }
    }, {
      "name" : "GetOrderPaymentTransactionRecoverableError - Get an order payment transaction recoverable error",
      "request" : {
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "method" : "get",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "sync", "mirakl-order-transactions-sync-error" ],
          "query" : [ {
            "disabled" : false,
            "key" : "discriminant"
          } ],
          "raw" : "{{URL}}/api/sync/mirakl-order-transactions-sync-error"
        }
      }
    }, {
      "name" : "GetOrderRecoverableError - Get an order recoverable error",
      "request" : {
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "method" : "get",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "sync", "shopify-orders-sync-error" ],
          "query" : [ {
            "disabled" : false,
            "key" : "discriminant"
          } ],
          "raw" : "{{URL}}/api/sync/shopify-orders-sync-error"
        }
      }
    }, {
      "name" : "GetProductRecoverableError - Get a product recoverable error",
      "request" : {
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "method" : "get",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "sync", "shopify-products-sync-error" ],
          "query" : [ {
            "disabled" : false,
            "key" : "discriminant"
          } ],
          "raw" : "{{URL}}/api/sync/shopify-products-sync-error"
        }
      }
    }, {
      "name" : "GetShipmentRecoverableError - Get a shipment recoverable error",
      "request" : {
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "method" : "get",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "sync", "mirakl-shipments-sync-error" ],
          "query" : [ {
            "disabled" : false,
            "key" : "discriminant"
          } ],
          "raw" : "{{URL}}/api/sync/mirakl-shipments-sync-error"
        }
      }
    }, {
      "name" : "GetShopRecoverableError - Get a shop recoverable error",
      "request" : {
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "method" : "get",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "sync", "mirakl-shops-sync-error" ],
          "query" : [ {
            "disabled" : false,
            "key" : "discriminant"
          } ],
          "raw" : "{{URL}}/api/sync/mirakl-shops-sync-error"
        }
      }
    }, {
      "name" : "ListOfferRecoverableErrors - List the offer recoverable errors",
      "request" : {
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "method" : "get",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "sync", "mirakl-offers-sync-errors" ],
          "raw" : "{{URL}}/api/sync/mirakl-offers-sync-errors"
        }
      }
    }, {
      "name" : "ListOrderPaymentTransactionRecoverableErrors - List the order payment transaction recoverable errors",
      "request" : {
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "method" : "get",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "sync", "mirakl-order-transactions-sync-errors" ],
          "raw" : "{{URL}}/api/sync/mirakl-order-transactions-sync-errors"
        }
      }
    }, {
      "name" : "ListOrderRecoverableErrors - List the order recoverable errors",
      "request" : {
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "method" : "get",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "sync", "shopify-orders-sync-errors" ],
          "raw" : "{{URL}}/api/sync/shopify-orders-sync-errors"
        }
      }
    }, {
      "name" : "ListProductRecoverableErrors - List the product recoverable errors",
      "request" : {
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "method" : "get",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "sync", "shopify-products-sync-errors" ],
          "raw" : "{{URL}}/api/sync/shopify-products-sync-errors"
        }
      }
    }, {
      "name" : "ListShipmentRecoverableErrors - List the shipment recoverable errors",
      "request" : {
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "method" : "get",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "sync", "mirakl-shipments-sync-errors" ],
          "raw" : "{{URL}}/api/sync/mirakl-shipments-sync-errors"
        }
      }
    }, {
      "name" : "ListShopRecoverableErrors - List the shop recoverable errors",
      "request" : {
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "method" : "get",
        "url" : {
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "sync", "mirakl-shops-sync-errors" ],
          "raw" : "{{URL}}/api/sync/mirakl-shops-sync-errors"
        }
      }
    } ],
    "name" : "Synchronization Errors"
  } ]
}