{
  "info" : {
    "name" : "Mirakl Platform for Services APIs - Seller",
    "schema" : "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "variables" : [ ],
  "item" : [ {
    "name" : "Invoicing and Accounting",
    "item" : [ {
      "name" : "IV01 - List accounting documents",
      "request" : {
        "method" : "get",
        "url" : {
          "raw" : "{{URL}}/api/invoices",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "invoices" ],
          "variable" : null,
          "query" : [ {
            "key" : "currency",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "end_date",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "invoice_id",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "issuing_user_types",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "pay_out_psp_codes",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "payment_status",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "seller_billing_cycle_id",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "start_date",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "type",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "body" : null
      },
      "response" : [ ]
    }, {
      "name" : "IV02 - Download an accounting document",
      "request" : {
        "method" : "get",
        "url" : {
          "raw" : "{{URL}}/api/invoices/:accounting_document_id",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "invoices", ":accounting_document_id" ],
          "variable" : [ {
            "key" : ":accounting_document_id",
            "value" : "value"
          } ],
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/octet-stream"
        } ],
        "body" : null
      },
      "response" : [ ]
    }, {
      "name" : "SBC11 - List seller billing cycles",
      "request" : {
        "method" : "get",
        "url" : {
          "raw" : "{{URL}}/api/seller-billing-cycles",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "seller-billing-cycles" ],
          "variable" : null,
          "query" : [ {
            "key" : "currency",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "end_date",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "id",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "pay_out_psp_code",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "pay_out_state",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "start_date",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "body" : null
      },
      "response" : [ ]
    }, {
      "name" : "TL02 - List transaction lines",
      "request" : {
        "method" : "get",
        "url" : {
          "raw" : "{{URL}}/api/sellerpayment/transactions_logs",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "sellerpayment", "transactions_logs" ],
          "variable" : null,
          "query" : [ {
            "key" : "seller_billing_cycle_id",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "date_created_from",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "date_created_to",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "transaction_date_from",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "transaction_date_to",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "last_updated_from",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "payment_state",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "transaction_type",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "accounting_document_number",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "order_id",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "order_line_id",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "order_reference_for_customer",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "order_reference_for_seller",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "accounting_document_id",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "shop_model",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "pay_out_psp_codes",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "other_reference",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "body" : null
      },
      "response" : [ ]
    }, {
      "name" : "TL03 - Export transaction lines JSON file asynchronously",
      "request" : {
        "method" : "post",
        "url" : {
          "raw" : "{{URL}}/api/sellerpayment/transactions_logs/async",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "sellerpayment", "transactions_logs", "async" ],
          "variable" : null,
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        }, {
          "key" : "Content-Type",
          "value" : "application/json"
        } ],
        "body" : {
          "raw" : "{\n  \"Transaction_date_from\" : \"2021-11-12T02:34:00Z\",\n  \"megabytes_per_chunk\" : \"10\",\n  \"shop_domain\" : [ \"PRODUCT\" ],\n  \"transaction_type\" : [ \"MANUAL_CREDIT\" ]\n}\n",
          "mode" : "raw"
        }
      },
      "response" : [ ]
    }, {
      "name" : "TL04 - Poll the status of an asynchronous transaction log export (TL03)",
      "request" : {
        "method" : "get",
        "url" : {
          "raw" : "{{URL}}/api/sellerpayment/transactions_logs/async/status/:tracking_id",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "sellerpayment", "transactions_logs", "async", "status", ":tracking_id" ],
          "variable" : [ {
            "key" : ":tracking_id",
            "value" : "value"
          } ],
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "body" : null
      },
      "response" : [ ]
    } ]
  }, {
    "name" : "Messages",
    "item" : [ {
      "name" : "SOF43 - Create a thread on a service",
      "request" : {
        "method" : "post",
        "url" : {
          "raw" : "{{URL}}/api/mms/services/:service_code/threads",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "mms", "services", ":service_code", "threads" ],
          "variable" : [ {
            "key" : ":service_code",
            "value" : "value"
          } ],
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        }, {
          "key" : "Content-Type",
          "value" : "multipart/form-data"
        } ],
        "body" : {
          "formdata" : [ {
            "key" : "files",
            "type" : "file",
            "contentType" : null,
            "value" : null,
            "description" : null
          }, {
            "key" : "thread_input",
            "type" : "text",
            "contentType" : "application/json",
            "value" : "{\n  \"topic\": {\n    \"type\": \"FREE_TEXT\",\n    \"value\": \"Questions about this service\"\n  },\n  \"body\": \"Hello, what is this ?\",\n  \"to\": [\"SHOP\"]\n}\n\n",
            "description" : "The content of the thread: body, topic, participants..."
          } ],
          "mode" : "formdata"
        }
      },
      "response" : [ ]
    }, {
      "name" : "SOR43 - Create a thread on a service order",
      "request" : {
        "method" : "post",
        "url" : {
          "raw" : "{{URL}}/api/mms/orders/:order_id/threads",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "mms", "orders", ":order_id", "threads" ],
          "variable" : [ {
            "key" : ":order_id",
            "value" : "value"
          } ],
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        }, {
          "key" : "Content-Type",
          "value" : "multipart/form-data"
        } ],
        "body" : {
          "formdata" : [ {
            "key" : "files",
            "type" : "file",
            "contentType" : null,
            "value" : null,
            "description" : null
          }, {
            "key" : "thread_input",
            "type" : "text",
            "contentType" : "application/json",
            "value" : "{\n  \"topic\": {\n    \"type\": \"FREE_TEXT\",\n    \"value\": \"Questions about my order\"\n  },\n  \"body\": \"Hello, I have recently order a service and I have a few questions ...\",\n  \"to\": [\"SHOP\"]\n}\n\n",
            "description" : "The content of the thread: body, topic, participants..."
          } ],
          "mode" : "formdata"
        }
      },
      "response" : [ ]
    } ]
  }, {
    "name" : "Orders",
    "item" : [ {
      "name" : "SOR04 - Update an order",
      "request" : {
        "method" : "put",
        "url" : {
          "raw" : "{{URL}}/api/mms/orders/:order_id",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "mms", "orders", ":order_id" ],
          "variable" : [ {
            "key" : ":order_id",
            "value" : "value"
          } ],
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        }, {
          "key" : "Content-Type",
          "value" : "application/json"
        } ],
        "body" : {
          "raw" : "{\n  \"custom_attribute_values\" : [ {\n    \"code\" : \"EQUIPT_TO_BRING\",\n    \"type\" : \"TEXT\",\n    \"value\" : \"a picnic\"\n  }, {\n    \"code\" : \"AGE_MIN\",\n    \"type\" : \"INTEGER\"\n  } ],\n  \"price\" : {\n    \"amount\" : 20.0\n  }\n}\n",
          "mode" : "raw"
        }
      },
      "response" : [ ]
    }, {
      "name" : "SOR11 - List orders",
      "request" : {
        "method" : "get",
        "url" : {
          "raw" : "{{URL}}/api/mms/orders",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "mms", "orders" ],
          "variable" : null,
          "query" : [ {
            "key" : "order_id",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "commercial_order_id",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "state",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "customer_id",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "service_code",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "date_created_start",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "date_created_end",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "date_updated_start",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "date_updated_end",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "refunded",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "refund_reason_code",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "has_open_incident",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "body" : null
      },
      "response" : [ ]
    }, {
      "name" : "SOR21 - Accept an order",
      "request" : {
        "method" : "put",
        "url" : {
          "raw" : "{{URL}}/api/mms/orders/:order_id/accept",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "mms", "orders", ":order_id", "accept" ],
          "variable" : [ {
            "key" : ":order_id",
            "value" : "value"
          } ],
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ ],
        "body" : null
      },
      "response" : [ ]
    }, {
      "name" : "SOR22 - Refuse an order",
      "request" : {
        "method" : "put",
        "url" : {
          "raw" : "{{URL}}/api/mms/orders/:order_id/refuse",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "mms", "orders", ":order_id", "refuse" ],
          "variable" : [ {
            "key" : ":order_id",
            "value" : "value"
          } ],
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ ],
        "body" : null
      },
      "response" : [ ]
    }, {
      "name" : "SOR25 - Consume an order",
      "request" : {
        "method" : "put",
        "url" : {
          "raw" : "{{URL}}/api/mms/orders/:order_id/consume",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "mms", "orders", ":order_id", "consume" ],
          "variable" : [ {
            "key" : ":order_id",
            "value" : "value"
          } ],
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Content-Type",
          "value" : "application/json"
        } ],
        "body" : {
          "raw" : "{\n  \"voucher_code\" : \"AD65\"\n}\n",
          "mode" : "raw"
        }
      },
      "response" : [ ]
    }, {
      "name" : "SOR28 - Request refund on order",
      "request" : {
        "method" : "put",
        "url" : {
          "raw" : "{{URL}}/api/mms/orders/:order_id/refund",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "mms", "orders", ":order_id", "refund" ],
          "variable" : [ {
            "key" : ":order_id",
            "value" : "value"
          } ],
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Content-Type",
          "value" : "application/json"
        } ],
        "body" : {
          "raw" : "{\n  \"amount\" : \"50.00\",\n  \"currency_code\" : \"EUR\",\n  \"reason_code\" : \"AGREEMENT_FOUND\",\n  \"taxes\" : [ {\n    \"amount\" : \"2.50\",\n    \"code\" : \"ECO_TAX\"\n  } ]\n}\n",
          "mode" : "raw"
        }
      },
      "response" : [ ]
    }, {
      "name" : "SOR51 - Get the evaluation of an order",
      "request" : {
        "method" : "get",
        "url" : {
          "raw" : "{{URL}}/api/mms/orders/:order_id/evaluation",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "mms", "orders", ":order_id", "evaluation" ],
          "variable" : [ {
            "key" : ":order_id",
            "value" : "value"
          } ],
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "body" : null
      },
      "response" : [ ]
    } ]
  }, {
    "name" : "Platform Settings",
    "item" : [ {
      "name" : "AF01 - List all custom fields",
      "request" : {
        "method" : "get",
        "url" : {
          "raw" : "{{URL}}/api/additional_fields",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "additional_fields" ],
          "variable" : null,
          "query" : [ {
            "key" : "entities",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "body" : null
      },
      "response" : [ ]
    }, {
      "name" : "CH11 - List all enabled channels",
      "request" : {
        "method" : "get",
        "url" : {
          "raw" : "{{URL}}/api/channels",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "channels" ],
          "variable" : null,
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "body" : null
      },
      "response" : [ ]
    }, {
      "name" : "CUR01 - List currency codes and labels",
      "request" : {
        "method" : "get",
        "url" : {
          "raw" : "{{URL}}/api/currencies",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "currencies" ],
          "variable" : null,
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "body" : null
      },
      "response" : [ ]
    }, {
      "name" : "DO01 - List all document types",
      "request" : {
        "method" : "get",
        "url" : {
          "raw" : "{{URL}}/api/documents",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "documents" ],
          "variable" : null,
          "query" : [ {
            "key" : "entities",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "body" : null
      },
      "response" : [ ]
    }, {
      "name" : "L01 - List locale codes and labels",
      "request" : {
        "method" : "get",
        "url" : {
          "raw" : "{{URL}}/api/locales",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "locales" ],
          "variable" : null,
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "body" : null
      },
      "response" : [ ]
    }, {
      "name" : "PC01 - List platform configurations",
      "request" : {
        "method" : "get",
        "url" : {
          "raw" : "{{URL}}/api/platform/configuration",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "platform", "configuration" ],
          "variable" : null,
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "body" : null
      },
      "response" : [ ]
    }, {
      "name" : "RE01 - List reasons",
      "request" : {
        "method" : "get",
        "url" : {
          "raw" : "{{URL}}/api/reasons",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "reasons" ],
          "variable" : null,
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "body" : null
      },
      "response" : [ ]
    }, {
      "name" : "V01 - Health Check endpoint",
      "request" : {
        "method" : "get",
        "url" : {
          "raw" : "{{URL}}/api/version",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "version" ],
          "variable" : null,
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ ],
        "body" : null
      },
      "response" : [ ]
    } ]
  }, {
    "name" : "Services",
    "item" : [ {
      "name" : "SL01 - Create a location",
      "request" : {
        "method" : "post",
        "url" : {
          "raw" : "{{URL}}/api/mms/locations",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "mms", "locations" ],
          "variable" : null,
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        }, {
          "key" : "Content-Type",
          "value" : "application/json"
        } ],
        "body" : {
          "raw" : "{\n  \"label\" : \"2466 White Avenue\",\n  \"description\" : \"Open every day except on monday\",\n  \"contact_info\" : {\n    \"email\" : \"urna@elit.edu\",\n    \"phone\" : \"1-919-506-3035\"\n  },\n  \"opening_hours\" : {\n    \"monday\" : [ ],\n    \"tuesday\" : [ {\n      \"opening_time\" : \"09:00\",\n      \"closing_time\" : \"12:00\"\n    }, {\n      \"opening_time\" : \"14:00\",\n      \"closing_time\" : \"18:00\"\n    } ],\n    \"wednesday\" : [ {\n      \"opening_time\" : \"08:00\",\n      \"closing_time\" : \"12:00\"\n    }, {\n      \"opening_time\" : \"14:00\",\n      \"closing_time\" : \"19:00\"\n    } ],\n    \"thursday\" : [ {\n      \"opening_time\" : \"08:00\",\n      \"closing_time\" : \"12:00\"\n    }, {\n      \"opening_time\" : \"14:00\",\n      \"closing_time\" : \"18:00\"\n    } ],\n    \"friday\" : [ {\n      \"opening_time\" : \"09:00\",\n      \"closing_time\" : \"12:00\"\n    }, {\n      \"opening_time\" : \"14:00\",\n      \"closing_time\" : \"18:00\"\n    } ],\n    \"saturday\" : [ {\n      \"opening_time\" : \"08:00\",\n      \"closing_time\" : \"12:00\"\n    }, {\n      \"opening_time\" : \"14:00\",\n      \"closing_time\" : \"19:00\"\n    } ],\n    \"sunday\" : [ {\n      \"opening_time\" : \"08:00\",\n      \"closing_time\" : \"12:00\"\n    }, {\n      \"opening_time\" : \"14:00\",\n      \"closing_time\" : \"18:00\"\n    } ]\n  },\n  \"geography\" : {\n    \"type\" : \"CIRCLE\",\n    \"radius\" : 2000,\n    \"address\" : {\n      \"formatted_address\" : \"2466 White Ave, Chico, CA 95973, États-Unis\"\n    }\n  }\n}\n",
          "mode" : "raw"
        }
      },
      "response" : [ ]
    }, {
      "name" : "SL06 - Delete a location",
      "request" : {
        "method" : "delete",
        "url" : {
          "raw" : "{{URL}}/api/mms/locations/:location_id",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "mms", "locations", ":location_id" ],
          "variable" : [ {
            "key" : ":location_id",
            "value" : "value"
          } ],
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ ],
        "body" : null
      },
      "response" : [ ]
    }, {
      "name" : "SL12 - List locations",
      "request" : {
        "method" : "get",
        "url" : {
          "raw" : "{{URL}}/api/mms/locations",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "mms", "locations" ],
          "variable" : null,
          "query" : [ {
            "key" : "location_id",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "location_type",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "body" : null
      },
      "response" : [ ]
    }, {
      "name" : "SM11 - List service models",
      "request" : {
        "method" : "get",
        "url" : {
          "raw" : "{{URL}}/api/mms/models",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "mms", "models" ],
          "variable" : null,
          "query" : [ {
            "key" : "category_code",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "model_code",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "location_type",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "booking_type",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "consumption_type",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "body" : null
      },
      "response" : [ ]
    }, {
      "name" : "SOF11 - List services",
      "request" : {
        "method" : "get",
        "url" : {
          "raw" : "{{URL}}/api/mms/services",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "mms", "services" ],
          "variable" : null,
          "query" : [ {
            "key" : "category_code",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "service_code",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "model_code",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "state",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "body" : null
      },
      "response" : [ ]
    }, {
      "name" : "SOF25 - Create a service",
      "request" : {
        "method" : "post",
        "url" : {
          "raw" : "{{URL}}/api/mms/services",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "mms", "services" ],
          "variable" : null,
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        }, {
          "key" : "Content-Type",
          "value" : "application/json"
        } ],
        "body" : {
          "raw" : "{\n  \"booking\" : {\n    \"type\" : \"NO_BOOKING\"\n  },\n  \"category\" : {\n    \"code\" : \"MEALS_AND_DINNERS\"\n  },\n  \"custom_attribute_values\" : [ {\n    \"code\" : \"DISABLED_ACCESSIBILITY\",\n    \"type\" : \"BOOLEAN\",\n    \"value\" : true\n  }, {\n    \"code\" : \"AGE_MIN\",\n    \"type\" : \"INTEGER\",\n    \"value\" : 18\n  }, {\n    \"code\" : \"FOOD_SPECIALITY\",\n    \"type\" : \"VALUE_LIST\",\n    \"value\" : [ {\n      \"code\" : \"FRENCH\"\n    }, {\n      \"code\" : \"CHINESE\"\n    } ]\n  } ],\n  \"date_availability_start\" : \"2017-03-15T10:15:00Z\",\n  \"date_availability_end\" : \"2022-05-31T10:15:00Z\",\n  \"description\" : \"You will be served a glass of Ruinart Brut champagne, a gastronomic four course dinner, four accompanying wines and coffee service with sweet delicacies.\",\n  \"inactive_reasons\" : [ \"MANUALLY_DISABLED\" ],\n  \"location\" : {\n    \"shop_locations\" : [ {\n      \"id\" : \"702c3e56-dcca-41e2-b6bd-72ba3fa809be\"\n    }, {\n      \"id\" : \"98a6f82d-2408-4609-b182-d1b80b8a9b55\"\n    } ],\n    \"type\" : \"AT_SHOP_LOCATION\"\n  },\n  \"model\" : {\n    \"code\" : \"FOOD\"\n  },\n  \"pricing\" : {\n    \"options\" : [ {\n      \"code\" : \"BRING_YOUR_OWN_MATERIAL\",\n      \"type\" : \"BOOLEAN\",\n      \"values\" : [ {\n        \"amount\" : 45.8,\n        \"value\" : true\n      }, {\n        \"amount\" : 0,\n        \"value\" : false\n      } ]\n    }, {\n      \"code\" : \"EQUIPT_TO_BRING\",\n      \"type\" : \"VALUE_LIST\",\n      \"values\" : [ {\n        \"amount\" : 45.8,\n        \"code\" : \"HIKING_STICKS\"\n      }, {\n        \"amount\" : 12,\n        \"code\" : \"ADAPTED_OUTFIT\"\n      }, {\n        \"amount\" : 22,\n        \"code\" : \"BOOTS\"\n      } ]\n    } ],\n    \"price_per_unit\" : 77,\n    \"type\" : \"FIXED_PRICE\"\n  },\n  \"quantity\" : {\n    \"available\" : 12,\n    \"max_per_order\" : 1,\n    \"type\" : \"LIMITED\"\n  },\n  \"service_tax_code\" : \"SERVICE_TAX_CODE\",\n  \"shop\" : {\n    \"id\" : 122\n  },\n  \"title\" : \"Alliance Royal Package Diner\"\n}\n",
          "mode" : "raw"
        }
      },
      "response" : [ ]
    }, {
      "name" : "SOF26 - Update a service",
      "request" : {
        "method" : "put",
        "url" : {
          "raw" : "{{URL}}/api/mms/services/:service_code",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "mms", "services", ":service_code" ],
          "variable" : [ {
            "key" : ":service_code",
            "value" : "value"
          } ],
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        }, {
          "key" : "Content-Type",
          "value" : "application/json"
        } ],
        "body" : {
          "raw" : "{\n  \"booking\" : {\n    \"type\" : \"NO_BOOKING\"\n  },\n  \"category\" : {\n    \"code\" : \"MEALS_AND_DINNERS\"\n  },\n  \"custom_attribute_values\" : [ {\n    \"code\" : \"DISABLED_ACCESSIBILITY\",\n    \"type\" : \"BOOLEAN\",\n    \"value\" : true\n  }, {\n    \"code\" : \"AGE_MIN\",\n    \"type\" : \"INTEGER\",\n    \"value\" : 18\n  }, {\n    \"code\" : \"FOOD_SPECIALITY\",\n    \"type\" : \"VALUE_LIST\",\n    \"value\" : [ {\n      \"code\" : \"FRENCH\"\n    }, {\n      \"code\" : \"CHINESE\"\n    } ]\n  } ],\n  \"date_availability_start\" : \"2017-03-15T10:15:00Z\",\n  \"date_availability_end\" : \"2022-05-31T10:15:00Z\",\n  \"description\" : \"You will be served a glass of Ruinart Brut champagne, a gastronomic four course dinner, four accompanying wines and coffee service with sweet delicacies.\",\n  \"location\" : {\n    \"shop_locations\" : [ {\n      \"id\" : \"702c3e56-dcca-41e2-b6bd-72ba3fa809be\"\n    }, {\n      \"id\" : \"98a6f82d-2408-4609-b182-d1b80b8a9b55\"\n    } ],\n    \"type\" : \"AT_SHOP_LOCATION\"\n  },\n  \"model\" : {\n    \"code\" : \"FOOD\"\n  },\n  \"pricing\" : {\n    \"options\" : [ {\n      \"code\" : \"BRING_YOUR_OWN_MATERIAL\",\n      \"type\" : \"BOOLEAN\",\n      \"values\" : [ {\n        \"amount\" : 45.8,\n        \"value\" : true\n      }, {\n        \"amount\" : 0,\n        \"value\" : false\n      } ]\n    }, {\n      \"code\" : \"EQUIPT_TO_BRING\",\n      \"type\" : \"VALUE_LIST\",\n      \"values\" : [ {\n        \"amount\" : 45.8,\n        \"code\" : \"HIKING_STICKS\"\n      }, {\n        \"amount\" : 12,\n        \"code\" : \"ADAPTED_OUTFIT\"\n      }, {\n        \"amount\" : 22,\n        \"code\" : \"BOOTS\"\n      } ]\n    } ],\n    \"price_per_unit\" : 77,\n    \"type\" : \"FIXED_PRICE\"\n  },\n  \"quantity\" : {\n    \"available\" : 12,\n    \"max_per_order\" : 1,\n    \"type\" : \"LIMITED\"\n  },\n  \"service_tax_code\" : \"SERVICE_TAX_CODE\",\n  \"shop\" : {\n    \"id\" : 122\n  },\n  \"title\" : \"Alliance Royal Package Diner\"\n}\n",
          "mode" : "raw"
        }
      },
      "response" : [ ]
    }, {
      "name" : "SOF27 - Delete a service",
      "request" : {
        "method" : "delete",
        "url" : {
          "raw" : "{{URL}}/api/mms/services/:service_code",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "mms", "services", ":service_code" ],
          "variable" : [ {
            "key" : ":service_code",
            "value" : "value"
          } ],
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ ],
        "body" : null
      },
      "response" : [ ]
    } ]
  }, {
    "name" : "Stores",
    "item" : [ {
      "name" : "A01 - Get shop information",
      "request" : {
        "method" : "get",
        "url" : {
          "raw" : "{{URL}}/api/account",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "account" ],
          "variable" : null,
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "body" : null
      },
      "response" : [ ]
    }, {
      "name" : "A02 - Update shop information",
      "request" : {
        "method" : "put",
        "url" : {
          "raw" : "{{URL}}/api/account",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "account" ],
          "variable" : null,
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        }, {
          "key" : "Content-Type",
          "value" : "application/json"
        } ],
        "body" : {
          "raw" : "{\n  \"address\": {\n    \"city\": \"New York\",\n    \"civility\": \"Mr\",\n    \"country\": \"USA\",\n    \"firstname\": \"Doe\",\n    \"lastname\": \"John\",\n    \"phone\": \"213-509-6996\",\n    \"phone_secondary\": \"213-509-6995\",\n    \"state\": \"Manhattan\",\n    \"street1\": \"30, Prince Street\",\n    \"street2\": \"1st floor\",\n    \"zip_code\": \"NY 10012\"\n  },\n  \"return_policy\": \"3 days return policy\",\n  \"producer_identifiers\": [\n    {\n        \"epr_category_code\": \"FR-DEA\",\n        \"producer_id\": \"FR123456_89ABCD\"\n    },\n    {\n        \"epr_category_code\": \"DE-WEEE\",\n        \"producer_id\": \"PRODUCERID1\"\n    }\n  ],\n  \"recycling_policy\": \"When we deliver your new item,we’ll take your old one away for you.Appliance recycling:this service is available through our home delivery service.Recycling electronic items in-store:if you have an old electronic item,we can safely recycle these items in-store,for free\",\n  \"shipping_country\": \"ITA\",\n  \"channels\": [\n    \"US\"\n  ],\n  \"closed_from\": \"2025-03-20T16:42:21Z\",\n  \"closed_to\": \"2026-03-20T16:42:21Z\",\n  \"description\": \"This is the description of this seller\",\n  \"shop_name\": \"My Super Seller\",\n  \"web_site\": \"https://example.fr\",\n  \"fax\": \"0245875499\",\n  \"email\": \"my-store@example.com\",\n  \"is_professional\": true,\n  \"pro_details\": {\n    \"corporate_name\": \"Mirakl Inc.\",\n    \"identification_number\": \"44268625900078\",\n    \"tax_identification_number\": \"FR939383\"\n  },\n  \"payment_info\": {\n    \"@type\": \"IBAN\",\n    \"bank_name\": \"CACE\",\n    \"bic\": \"AGRIFRPPXX2\",\n    \"iban\": \"FR6031047696713027315572590\",\n    \"owner\": \"John Doe\"\n  },\n  \"shop_additional_fields\": [\n    {\n      \"code\": \"segment\",\n      \"value\": \"1\"\n    },\n    {\n      \"code\": \"prio-level\",\n      \"value\": \"High\"\n    }\n  ]\n}\n",
          "mode" : "raw"
        }
      },
      "response" : [ ]
    }, {
      "name" : "A21 - Get shop statistics",
      "request" : {
        "method" : "get",
        "url" : {
          "raw" : "{{URL}}/api/account/statistics",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "account", "statistics" ],
          "variable" : null,
          "query" : [ {
            "key" : "periods",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "channel_code",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "body" : null
      },
      "response" : [ ]
    }, {
      "name" : "S30 - List shop's documents",
      "request" : {
        "method" : "get",
        "url" : {
          "raw" : "{{URL}}/api/shops/documents",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "shops", "documents" ],
          "variable" : null,
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "body" : null
      },
      "response" : [ ]
    }, {
      "name" : "S31 - Download documents for one or multiple shops",
      "request" : {
        "method" : "get",
        "url" : {
          "raw" : "{{URL}}/api/shops/documents/download",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "shops", "documents", "download" ],
          "variable" : null,
          "query" : [ {
            "key" : "document_ids",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "type_codes",
            "value" : "",
            "disabled" : true
          }, {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/octet-stream"
        } ],
        "body" : null
      },
      "response" : [ ]
    }, {
      "name" : "S32 - Upload business documents to associate with a shop",
      "request" : {
        "method" : "post",
        "url" : {
          "raw" : "{{URL}}/api/shops/documents",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "shops", "documents" ],
          "variable" : null,
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        }, {
          "key" : "Content-Type",
          "value" : "multipart/form-data"
        } ],
        "body" : {
          "formdata" : [ {
            "key" : "files",
            "type" : "file",
            "contentType" : null,
            "value" : null,
            "description" : null
          }, {
            "key" : "shop_documents",
            "type" : "text",
            "contentType" : "application/json",
            "value" : "{\n  \"shop_documents\": [\n    {\n      \"file_name\": \"filename1.txt\",\n      \"type_code\": \"PASSPORT\"\n    },\n    {\n      \"file_name\": \"filename2.txt\"\n      \"type_code\": \"ID_DOCUMENT\"\n    }\n  ]\n}\n",
            "description" : "A descriptor associated to the files"
          } ],
          "mode" : "formdata"
        }
      },
      "response" : [ ]
    }, {
      "name" : "S33 - Delete a shop document",
      "request" : {
        "method" : "delete",
        "url" : {
          "raw" : "{{URL}}/api/shops/documents/:document_id",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "shops", "documents", ":document_id" ],
          "variable" : [ {
            "key" : ":document_id",
            "value" : "value"
          } ],
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ ],
        "body" : null
      },
      "response" : [ ]
    } ]
  }, {
    "name" : "Users",
    "item" : [ {
      "name" : "RO02 - List shop roles",
      "request" : {
        "method" : "get",
        "url" : {
          "raw" : "{{URL}}/api/users/shops/roles",
          "host" : [ "{{URL}}" ],
          "path" : [ "", "api", "users", "shops", "roles" ],
          "variable" : null,
          "query" : [ {
            "key" : "shop_id",
            "value" : "",
            "disabled" : true
          } ]
        },
        "headers" : [ {
          "key" : "Accept",
          "value" : "application/json"
        } ],
        "body" : null
      },
      "response" : [ ]
    } ]
  } ],
  "auth" : {
    "type" : "apikey",
    "bearer" : null,
    "apikey" : [ {
      "key" : "value",
      "value" : "{{SHOP_KEY}}",
      "type" : "string"
    }, {
      "key" : "key",
      "value" : "Authorization",
      "type" : "string"
    } ]
  }
}