{ "uuid": "9b8cec64-977a-4480-bc95-a3e35209cd08", "lastMigration": 19, "name": "Content API for Shopping", "endpointPrefix": "content/v2", "latency": 0, "port": 3000, "hostname": "0.0.0.0", "routes": [ { "uuid": "979969f1-5038-4668-8e74-5847f0524832", "documentation": "Returns information about the authenticated user.", "method": "get", "endpoint": "accounts/authinfo", "responses": [ { "uuid": "694941d5-555e-41dd-b515-fd76d2b05e87", "body": "{\n \"accountIdentifiers\": [\n {\n \"aggregatorId\": \"\",\n \"merchantId\": \"\"\n }\n ],\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "8b260cf6-3e7d-462f-a35f-c2150c05e4aa", "documentation": "Retrieves, inserts, updates, and deletes multiple Merchant Center (sub-)accounts in a single request.", "method": "post", "endpoint": "accounts/batch", "responses": [ { "uuid": "b2a40203-24d7-4833-b485-a2823b30c108", "body": "{\n \"entries\": [\n {\n \"account\": {\n \"adultContent\": {{faker 'random.boolean'}},\n \"adwordsLinks\": [\n {\n \"adwordsId\": \"\",\n \"status\": \"\"\n }\n ],\n \"businessInformation\": {\n \"address\": {\n \"country\": \"\",\n \"locality\": \"\",\n \"postalCode\": \"\",\n \"region\": \"\",\n \"streetAddress\": \"\"\n },\n \"customerService\": {\n \"email\": \"\",\n \"phoneNumber\": \"\",\n \"url\": \"\"\n },\n \"koreanBusinessRegistrationNumber\": \"\",\n \"phoneNumber\": \"\"\n },\n \"googleMyBusinessLink\": {\n \"gmbEmail\": \"\",\n \"status\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"\",\n \"name\": \"\",\n \"reviewsUrl\": \"\",\n \"sellerId\": \"\",\n \"users\": [\n {\n \"admin\": {{faker 'random.boolean'}},\n \"emailAddress\": \"\",\n \"orderManager\": {{faker 'random.boolean'}},\n \"paymentsAnalyst\": {{faker 'random.boolean'}},\n \"paymentsManager\": {{faker 'random.boolean'}}\n }\n ],\n \"websiteUrl\": \"\",\n \"youtubeChannelLinks\": [\n {\n \"channelId\": \"\",\n \"status\": \"\"\n }\n ]\n },\n \"batchId\": {{faker 'random.number'}},\n \"errors\": {\n \"code\": {{faker 'random.number'}},\n \"errors\": [\n {\n \"domain\": \"\",\n \"message\": \"\",\n \"reason\": \"\"\n }\n ],\n \"message\": \"\"\n },\n \"kind\": \"\",\n \"linkStatus\": \"\"\n }\n ],\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "1f12a4d5-25e6-4664-83af-fbf5848d01c7", "documentation": "Retrieves multiple Merchant Center account statuses in a single request.", "method": "post", "endpoint": "accountstatuses/batch", "responses": [ { "uuid": "2d2784d3-b87e-488e-a8cb-c51ee7371225", "body": "{\n \"entries\": [\n {\n \"accountStatus\": {\n \"accountId\": \"\",\n \"accountLevelIssues\": [\n {\n \"country\": \"\",\n \"destination\": \"\",\n \"detail\": \"\",\n \"documentation\": \"\",\n \"id\": \"\",\n \"severity\": \"\",\n \"title\": \"\"\n }\n ],\n \"dataQualityIssues\": [\n {\n \"country\": \"\",\n \"destination\": \"\",\n \"detail\": \"\",\n \"displayedValue\": \"\",\n \"exampleItems\": [\n {\n \"itemId\": \"\",\n \"link\": \"\",\n \"submittedValue\": \"\",\n \"title\": \"\",\n \"valueOnLandingPage\": \"\"\n }\n ],\n \"id\": \"\",\n \"lastChecked\": \"\",\n \"location\": \"\",\n \"numItems\": {{faker 'random.number'}},\n \"severity\": \"\",\n \"submittedValue\": \"\"\n }\n ],\n \"kind\": \"\",\n \"products\": [\n {\n \"channel\": \"\",\n \"country\": \"\",\n \"destination\": \"\",\n \"itemLevelIssues\": [\n {\n \"attributeName\": \"\",\n \"code\": \"\",\n \"description\": \"\",\n \"detail\": \"\",\n \"documentation\": \"\",\n \"numItems\": \"\",\n \"resolution\": \"\",\n \"servability\": \"\"\n }\n ],\n \"statistics\": {\n \"active\": \"\",\n \"disapproved\": \"\",\n \"expiring\": \"\",\n \"pending\": \"\"\n }\n }\n ],\n \"websiteClaimed\": {{faker 'random.boolean'}}\n },\n \"batchId\": {{faker 'random.number'}},\n \"errors\": {\n \"code\": {{faker 'random.number'}},\n \"errors\": [\n {\n \"domain\": \"\",\n \"message\": \"\",\n \"reason\": \"\"\n }\n ],\n \"message\": \"\"\n }\n }\n ],\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "4b4b0abe-2e7d-40c8-bbdc-b1774d07a130", "documentation": "Retrieves and updates tax settings of multiple accounts in a single request.", "method": "post", "endpoint": "accounttax/batch", "responses": [ { "uuid": "80104c71-a56d-42c0-bbd9-cc5918e2c4ec", "body": "{\n \"entries\": [\n {\n \"accountTax\": {\n \"accountId\": \"\",\n \"kind\": \"\",\n \"rules\": [\n {\n \"country\": \"\",\n \"locationId\": \"\",\n \"ratePercent\": \"\",\n \"shippingTaxed\": {{faker 'random.boolean'}},\n \"useGlobalRate\": {{faker 'random.boolean'}}\n }\n ]\n },\n \"batchId\": {{faker 'random.number'}},\n \"errors\": {\n \"code\": {{faker 'random.number'}},\n \"errors\": [\n {\n \"domain\": \"\",\n \"message\": \"\",\n \"reason\": \"\"\n }\n ],\n \"message\": \"\"\n },\n \"kind\": \"\"\n }\n ],\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "3d73e43c-9010-4593-8d9d-d6927245fe13", "documentation": "Deletes, fetches, gets, inserts and updates multiple datafeeds in a single request.", "method": "post", "endpoint": "datafeeds/batch", "responses": [ { "uuid": "894a0535-ee82-47ce-baa7-5503da35f32c", "body": "{\n \"entries\": [\n {\n \"batchId\": {{faker 'random.number'}},\n \"datafeed\": {\n \"attributeLanguage\": \"\",\n \"contentLanguage\": \"\",\n \"contentType\": \"\",\n \"fetchSchedule\": {\n \"dayOfMonth\": {{faker 'random.number'}},\n \"fetchUrl\": \"\",\n \"hour\": {{faker 'random.number'}},\n \"minuteOfHour\": {{faker 'random.number'}},\n \"password\": \"\",\n \"paused\": {{faker 'random.boolean'}},\n \"timeZone\": \"\",\n \"username\": \"\",\n \"weekday\": \"\"\n },\n \"fileName\": \"\",\n \"format\": {\n \"columnDelimiter\": \"\",\n \"fileEncoding\": \"\",\n \"quotingMode\": \"\"\n },\n \"id\": \"\",\n \"intendedDestinations\": [\n \"\"\n ],\n \"kind\": \"\",\n \"name\": \"\",\n \"targetCountry\": \"\",\n \"targets\": [\n {\n \"country\": \"\",\n \"excludedDestinations\": [\n \"\"\n ],\n \"includedDestinations\": [\n \"\"\n ],\n \"language\": \"\"\n }\n ]\n },\n \"errors\": {\n \"code\": {{faker 'random.number'}},\n \"errors\": [\n {\n \"domain\": \"\",\n \"message\": \"\",\n \"reason\": \"\"\n }\n ],\n \"message\": \"\"\n }\n }\n ],\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "92450988-e6ac-4ea0-99ec-8bc31fdb2e21", "documentation": "Gets multiple Merchant Center datafeed statuses in a single request.", "method": "post", "endpoint": "datafeedstatuses/batch", "responses": [ { "uuid": "6a806c13-8057-4414-93ea-048069173d78", "body": "{\n \"entries\": [\n {\n \"batchId\": {{faker 'random.number'}},\n \"datafeedStatus\": {\n \"country\": \"\",\n \"datafeedId\": \"\",\n \"errors\": [\n {\n \"code\": \"\",\n \"count\": \"\",\n \"examples\": [\n {\n \"itemId\": \"\",\n \"lineNumber\": \"\",\n \"value\": \"\"\n }\n ],\n \"message\": \"\"\n }\n ],\n \"itemsTotal\": \"\",\n \"itemsValid\": \"\",\n \"kind\": \"\",\n \"language\": \"\",\n \"lastUploadDate\": \"\",\n \"processingStatus\": \"\",\n \"warnings\": [\n {\n \"code\": \"\",\n \"count\": \"\",\n \"examples\": [\n {\n \"itemId\": \"\",\n \"lineNumber\": \"\",\n \"value\": \"\"\n }\n ],\n \"message\": \"\"\n }\n ]\n },\n \"errors\": {\n \"code\": {{faker 'random.number'}},\n \"errors\": [\n {\n \"domain\": \"\",\n \"message\": \"\",\n \"reason\": \"\"\n }\n ],\n \"message\": \"\"\n }\n }\n ],\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "bc3855bc-9e19-4a73-904e-bd993d9c5241", "documentation": "Retrieves and/or updates the LIA settings of multiple accounts in a single request.", "method": "post", "endpoint": "liasettings/batch", "responses": [ { "uuid": "135cf882-1f7f-4211-9b3d-00c8d7970658", "body": "{\n \"entries\": [\n {\n \"batchId\": {{faker 'random.number'}},\n \"errors\": {\n \"code\": {{faker 'random.number'}},\n \"errors\": [\n {\n \"domain\": \"\",\n \"message\": \"\",\n \"reason\": \"\"\n }\n ],\n \"message\": \"\"\n },\n \"gmbAccounts\": {\n \"accountId\": \"\",\n \"gmbAccounts\": [\n {\n \"email\": \"\",\n \"listingCount\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"kind\": \"\",\n \"liaSettings\": {\n \"accountId\": \"\",\n \"countrySettings\": [\n {\n \"about\": {\n \"status\": \"\",\n \"url\": \"\"\n },\n \"country\": \"\",\n \"hostedLocalStorefrontActive\": {{faker 'random.boolean'}},\n \"inventory\": {\n \"inventoryVerificationContactEmail\": \"\",\n \"inventoryVerificationContactName\": \"\",\n \"inventoryVerificationContactStatus\": \"\",\n \"status\": \"\"\n },\n \"onDisplayToOrder\": {\n \"shippingCostPolicyUrl\": \"\",\n \"status\": \"\"\n },\n \"posDataProvider\": {\n \"posDataProviderId\": \"\",\n \"posExternalAccountId\": \"\"\n },\n \"storePickupActive\": {{faker 'random.boolean'}}\n }\n ],\n \"kind\": \"\"\n },\n \"posDataProviders\": [\n {\n \"country\": \"\",\n \"posDataProviders\": [\n {\n \"displayName\": \"\",\n \"fullName\": \"\",\n \"providerId\": \"\"\n }\n ]\n }\n ]\n }\n ],\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "ec3b0ec6-c5e1-45f3-8685-fd4f3041cf3a", "documentation": "Retrieves the list of POS data providers that have active settings for the all eiligible countries.", "method": "get", "endpoint": "liasettings/posdataproviders", "responses": [ { "uuid": "2dbb518e-1c75-45d9-af56-6d8e829a7c92", "body": "{\n \"kind\": \"\",\n \"posDataProviders\": [\n {\n \"country\": \"\",\n \"posDataProviders\": [\n {\n \"displayName\": \"\",\n \"fullName\": \"\",\n \"providerId\": \"\"\n }\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "bfe00131-5fe6-4b96-bc08-20fc72d02719", "documentation": "Retrieves or modifies multiple orders in a single request.", "method": "post", "endpoint": "orders/batch", "responses": [ { "uuid": "4c8cd271-2c4b-439e-bd25-47489bdfbdd8", "body": "{\n \"entries\": [\n {\n \"batchId\": {{faker 'random.number'}},\n \"errors\": {\n \"code\": {{faker 'random.number'}},\n \"errors\": [\n {\n \"domain\": \"\",\n \"message\": \"\",\n \"reason\": \"\"\n }\n ],\n \"message\": \"\"\n },\n \"executionStatus\": \"\",\n \"kind\": \"\",\n \"order\": {\n \"acknowledged\": {{faker 'random.boolean'}},\n \"channelType\": \"\",\n \"customer\": {\n \"email\": \"\",\n \"explicitMarketingPreference\": {{faker 'random.boolean'}},\n \"fullName\": \"\",\n \"invoiceReceivingEmail\": \"\",\n \"marketingRightsInfo\": {\n \"explicitMarketingPreference\": \"\",\n \"lastUpdatedTimestamp\": \"\",\n \"marketingEmailAddress\": \"\"\n }\n },\n \"deliveryDetails\": {\n \"address\": {\n \"country\": \"\",\n \"fullAddress\": [\n \"\"\n ],\n \"isPostOfficeBox\": {{faker 'random.boolean'}},\n \"locality\": \"\",\n \"postalCode\": \"\",\n \"recipientName\": \"\",\n \"region\": \"\",\n \"streetAddress\": [\n \"\"\n ]\n },\n \"phoneNumber\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"\",\n \"lineItems\": [\n {\n \"annotations\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"cancellations\": [\n {\n \"actor\": \"\",\n \"creationDate\": \"\",\n \"quantity\": {{faker 'random.number'}},\n \"reason\": \"\",\n \"reasonText\": \"\"\n }\n ],\n \"id\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"product\": {\n \"brand\": \"\",\n \"channel\": \"\",\n \"condition\": \"\",\n \"contentLanguage\": \"\",\n \"fees\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"name\": \"\"\n }\n ],\n \"gtin\": \"\",\n \"id\": \"\",\n \"imageLink\": \"\",\n \"itemGroupId\": \"\",\n \"mpn\": \"\",\n \"offerId\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"shownImage\": \"\",\n \"targetCountry\": \"\",\n \"title\": \"\",\n \"variantAttributes\": [\n {\n \"dimension\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"quantityCanceled\": {{faker 'random.number'}},\n \"quantityDelivered\": {{faker 'random.number'}},\n \"quantityOrdered\": {{faker 'random.number'}},\n \"quantityPending\": {{faker 'random.number'}},\n \"quantityReadyForPickup\": {{faker 'random.number'}},\n \"quantityReturned\": {{faker 'random.number'}},\n \"quantityShipped\": {{faker 'random.number'}},\n \"returnInfo\": {\n \"daysToReturn\": {{faker 'random.number'}},\n \"isReturnable\": {{faker 'random.boolean'}},\n \"policyUrl\": \"\"\n },\n \"returns\": [\n {\n \"actor\": \"\",\n \"creationDate\": \"\",\n \"quantity\": {{faker 'random.number'}},\n \"reason\": \"\",\n \"reasonText\": \"\"\n }\n ],\n \"shippingDetails\": {\n \"deliverByDate\": \"\",\n \"method\": {\n \"carrier\": \"\",\n \"maxDaysInTransit\": {{faker 'random.number'}},\n \"methodName\": \"\",\n \"minDaysInTransit\": {{faker 'random.number'}}\n },\n \"shipByDate\": \"\",\n \"type\": \"\"\n },\n \"tax\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n }\n ],\n \"merchantId\": \"\",\n \"merchantOrderId\": \"\",\n \"netAmount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"paymentMethod\": {\n \"billingAddress\": {\n \"country\": \"\",\n \"fullAddress\": [\n \"\"\n ],\n \"isPostOfficeBox\": {{faker 'random.boolean'}},\n \"locality\": \"\",\n \"postalCode\": \"\",\n \"recipientName\": \"\",\n \"region\": \"\",\n \"streetAddress\": [\n \"\"\n ]\n },\n \"expirationMonth\": {{faker 'random.number'}},\n \"expirationYear\": {{faker 'random.number'}},\n \"lastFourDigits\": \"\",\n \"phoneNumber\": \"\",\n \"type\": \"\"\n },\n \"paymentStatus\": \"\",\n \"pickupDetails\": {\n \"address\": {\n \"country\": \"\",\n \"fullAddress\": [\n \"\"\n ],\n \"isPostOfficeBox\": {{faker 'random.boolean'}},\n \"locality\": \"\",\n \"postalCode\": \"\",\n \"recipientName\": \"\",\n \"region\": \"\",\n \"streetAddress\": [\n \"\"\n ]\n },\n \"collectors\": [\n {\n \"name\": \"\",\n \"phoneNumber\": \"\"\n }\n ],\n \"locationId\": \"\"\n },\n \"placedDate\": \"\",\n \"promotions\": [\n {\n \"benefits\": [\n {\n \"discount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"offerIds\": [\n \"\"\n ],\n \"subType\": \"\",\n \"taxImpact\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"type\": \"\"\n }\n ],\n \"effectiveDates\": \"\",\n \"genericRedemptionCode\": \"\",\n \"id\": \"\",\n \"longTitle\": \"\",\n \"productApplicability\": \"\",\n \"redemptionChannel\": \"\"\n }\n ],\n \"refunds\": [\n {\n \"actor\": \"\",\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"creationDate\": \"\",\n \"reason\": \"\",\n \"reasonText\": \"\"\n }\n ],\n \"shipments\": [\n {\n \"carrier\": \"\",\n \"creationDate\": \"\",\n \"deliveryDate\": \"\",\n \"id\": \"\",\n \"lineItems\": [\n {\n \"lineItemId\": \"\",\n \"productId\": \"\",\n \"quantity\": {{faker 'random.number'}}\n }\n ],\n \"scheduledDeliveryDetails\": {\n \"carrierPhoneNumber\": \"\",\n \"scheduledDate\": \"\"\n },\n \"status\": \"\",\n \"trackingId\": \"\"\n }\n ],\n \"shippingCost\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"shippingCostTax\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"shippingOption\": \"\",\n \"status\": \"\",\n \"taxCollector\": \"\"\n }\n }\n ],\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "4a5c428f-7fe9-4caa-969b-3ab4a2a85677", "documentation": "Batches multiple POS-related calls in a single request.", "method": "post", "endpoint": "pos/batch", "responses": [ { "uuid": "41c2ee1b-ff52-49b1-ae72-4f3eab9cb3c6", "body": "{\n \"entries\": [\n {\n \"batchId\": {{faker 'random.number'}},\n \"errors\": {\n \"code\": {{faker 'random.number'}},\n \"errors\": [\n {\n \"domain\": \"\",\n \"message\": \"\",\n \"reason\": \"\"\n }\n ],\n \"message\": \"\"\n },\n \"inventory\": {\n \"contentLanguage\": \"\",\n \"gtin\": \"\",\n \"itemId\": \"\",\n \"kind\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"quantity\": \"\",\n \"storeCode\": \"\",\n \"targetCountry\": \"\",\n \"timestamp\": \"\"\n },\n \"kind\": \"\",\n \"sale\": {\n \"contentLanguage\": \"\",\n \"gtin\": \"\",\n \"itemId\": \"\",\n \"kind\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"quantity\": \"\",\n \"saleId\": \"\",\n \"storeCode\": \"\",\n \"targetCountry\": \"\",\n \"timestamp\": \"\"\n },\n \"store\": {\n \"gcidCategory\": [\n \"\"\n ],\n \"kind\": \"\",\n \"phoneNumber\": \"\",\n \"placeId\": \"\",\n \"storeAddress\": \"\",\n \"storeCode\": \"\",\n \"storeName\": \"\",\n \"websiteUrl\": \"\"\n }\n }\n ],\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "4cc1f102-f3b7-4268-9192-43de20100d75", "documentation": "Retrieves, inserts, and deletes multiple products in a single request.", "method": "post", "endpoint": "products/batch", "responses": [ { "uuid": "713a79d3-dcf7-402b-9a53-a2ba7e35fbb8", "body": "{\n \"entries\": [\n {\n \"batchId\": {{faker 'random.number'}},\n \"errors\": {\n \"code\": {{faker 'random.number'}},\n \"errors\": [\n {\n \"domain\": \"\",\n \"message\": \"\",\n \"reason\": \"\"\n }\n ],\n \"message\": \"\"\n },\n \"kind\": \"\",\n \"product\": {\n \"additionalImageLinks\": [\n \"\"\n ],\n \"additionalProductTypes\": [\n \"\"\n ],\n \"adult\": {{faker 'random.boolean'}},\n \"adwordsGrouping\": \"\",\n \"adwordsLabels\": [\n \"\"\n ],\n \"adwordsRedirect\": \"\",\n \"ageGroup\": \"\",\n \"aspects\": [\n {\n \"aspectName\": \"\",\n \"destinationName\": \"\",\n \"intention\": \"\"\n }\n ],\n \"availability\": \"\",\n \"availabilityDate\": \"\",\n \"brand\": \"\",\n \"canonicalLink\": \"\",\n \"channel\": \"\",\n \"color\": \"\",\n \"condition\": \"\",\n \"contentLanguage\": \"\",\n \"costOfGoodsSold\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"customAttributes\": [\n {\n \"name\": \"\",\n \"type\": \"\",\n \"unit\": \"\",\n \"value\": \"\"\n }\n ],\n \"customGroups\": [\n {\n \"attributes\": [\n {\n \"name\": \"\",\n \"type\": \"\",\n \"unit\": \"\",\n \"value\": \"\"\n }\n ],\n \"name\": \"\"\n }\n ],\n \"customLabel0\": \"\",\n \"customLabel1\": \"\",\n \"customLabel2\": \"\",\n \"customLabel3\": \"\",\n \"customLabel4\": \"\",\n \"description\": \"\",\n \"destinations\": [\n {\n \"destinationName\": \"\",\n \"intention\": \"\"\n }\n ],\n \"displayAdsId\": \"\",\n \"displayAdsLink\": \"\",\n \"displayAdsSimilarIds\": [\n \"\"\n ],\n \"displayAdsTitle\": \"\",\n \"displayAdsValue\": {{faker 'random.float'}},\n \"energyEfficiencyClass\": \"\",\n \"expirationDate\": \"\",\n \"gender\": \"\",\n \"googleProductCategory\": \"\",\n \"gtin\": \"\",\n \"id\": \"\",\n \"identifierExists\": {{faker 'random.boolean'}},\n \"imageLink\": \"\",\n \"installment\": {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"months\": \"\"\n },\n \"isBundle\": {{faker 'random.boolean'}},\n \"itemGroupId\": \"\",\n \"kind\": \"\",\n \"link\": \"\",\n \"loyaltyPoints\": {\n \"name\": \"\",\n \"pointsValue\": \"\",\n \"ratio\": {{faker 'random.float'}}\n },\n \"material\": \"\",\n \"maxEnergyEfficiencyClass\": \"\",\n \"maxHandlingTime\": \"\",\n \"minEnergyEfficiencyClass\": \"\",\n \"minHandlingTime\": \"\",\n \"mobileLink\": \"\",\n \"mpn\": \"\",\n \"multipack\": \"\",\n \"offerId\": \"\",\n \"onlineOnly\": {{faker 'random.boolean'}},\n \"pattern\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"productType\": \"\",\n \"promotionIds\": [\n \"\"\n ],\n \"salePrice\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"salePriceEffectiveDate\": \"\",\n \"sellOnGoogleQuantity\": \"\",\n \"shipping\": [\n {\n \"country\": \"\",\n \"locationGroupName\": \"\",\n \"locationId\": \"\",\n \"postalCode\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"region\": \"\",\n \"service\": \"\"\n }\n ],\n \"shippingHeight\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"shippingLabel\": \"\",\n \"shippingLength\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"shippingWeight\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"shippingWidth\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"sizeSystem\": \"\",\n \"sizeType\": \"\",\n \"sizes\": [\n \"\"\n ],\n \"source\": \"\",\n \"targetCountry\": \"\",\n \"taxes\": [\n {\n \"country\": \"\",\n \"locationId\": \"\",\n \"postalCode\": \"\",\n \"rate\": {{faker 'random.float'}},\n \"region\": \"\",\n \"taxShip\": {{faker 'random.boolean'}}\n }\n ],\n \"title\": \"\",\n \"unitPricingBaseMeasure\": {\n \"unit\": \"\",\n \"value\": \"\"\n },\n \"unitPricingMeasure\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"validatedDestinations\": [\n \"\"\n ],\n \"warnings\": [\n {\n \"domain\": \"\",\n \"message\": \"\",\n \"reason\": \"\"\n }\n ]\n }\n }\n ],\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "70f6912f-ea1b-46f9-9e93-d5a82608e5d4", "documentation": "Gets the statuses of multiple products in a single request.", "method": "post", "endpoint": "productstatuses/batch", "responses": [ { "uuid": "b1864f68-3cd0-4c87-b4d2-dfefa4e0ea22", "body": "{\n \"entries\": [\n {\n \"batchId\": {{faker 'random.number'}},\n \"errors\": {\n \"code\": {{faker 'random.number'}},\n \"errors\": [\n {\n \"domain\": \"\",\n \"message\": \"\",\n \"reason\": \"\"\n }\n ],\n \"message\": \"\"\n },\n \"kind\": \"\",\n \"productStatus\": {\n \"creationDate\": \"\",\n \"dataQualityIssues\": [\n {\n \"destination\": \"\",\n \"detail\": \"\",\n \"fetchStatus\": \"\",\n \"id\": \"\",\n \"location\": \"\",\n \"severity\": \"\",\n \"timestamp\": \"\",\n \"valueOnLandingPage\": \"\",\n \"valueProvided\": \"\"\n }\n ],\n \"destinationStatuses\": [\n {\n \"approvalPending\": {{faker 'random.boolean'}},\n \"approvalStatus\": \"\",\n \"destination\": \"\",\n \"intention\": \"\"\n }\n ],\n \"googleExpirationDate\": \"\",\n \"itemLevelIssues\": [\n {\n \"attributeName\": \"\",\n \"code\": \"\",\n \"description\": \"\",\n \"destination\": \"\",\n \"detail\": \"\",\n \"documentation\": \"\",\n \"resolution\": \"\",\n \"servability\": \"\"\n }\n ],\n \"kind\": \"\",\n \"lastUpdateDate\": \"\",\n \"link\": \"\",\n \"product\": {\n \"additionalImageLinks\": [\n \"\"\n ],\n \"additionalProductTypes\": [\n \"\"\n ],\n \"adult\": {{faker 'random.boolean'}},\n \"adwordsGrouping\": \"\",\n \"adwordsLabels\": [\n \"\"\n ],\n \"adwordsRedirect\": \"\",\n \"ageGroup\": \"\",\n \"aspects\": [\n {\n \"aspectName\": \"\",\n \"destinationName\": \"\",\n \"intention\": \"\"\n }\n ],\n \"availability\": \"\",\n \"availabilityDate\": \"\",\n \"brand\": \"\",\n \"canonicalLink\": \"\",\n \"channel\": \"\",\n \"color\": \"\",\n \"condition\": \"\",\n \"contentLanguage\": \"\",\n \"costOfGoodsSold\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"customAttributes\": [\n {\n \"name\": \"\",\n \"type\": \"\",\n \"unit\": \"\",\n \"value\": \"\"\n }\n ],\n \"customGroups\": [\n {\n \"attributes\": [\n {\n \"name\": \"\",\n \"type\": \"\",\n \"unit\": \"\",\n \"value\": \"\"\n }\n ],\n \"name\": \"\"\n }\n ],\n \"customLabel0\": \"\",\n \"customLabel1\": \"\",\n \"customLabel2\": \"\",\n \"customLabel3\": \"\",\n \"customLabel4\": \"\",\n \"description\": \"\",\n \"destinations\": [\n {\n \"destinationName\": \"\",\n \"intention\": \"\"\n }\n ],\n \"displayAdsId\": \"\",\n \"displayAdsLink\": \"\",\n \"displayAdsSimilarIds\": [\n \"\"\n ],\n \"displayAdsTitle\": \"\",\n \"displayAdsValue\": {{faker 'random.float'}},\n \"energyEfficiencyClass\": \"\",\n \"expirationDate\": \"\",\n \"gender\": \"\",\n \"googleProductCategory\": \"\",\n \"gtin\": \"\",\n \"id\": \"\",\n \"identifierExists\": {{faker 'random.boolean'}},\n \"imageLink\": \"\",\n \"installment\": {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"months\": \"\"\n },\n \"isBundle\": {{faker 'random.boolean'}},\n \"itemGroupId\": \"\",\n \"kind\": \"\",\n \"link\": \"\",\n \"loyaltyPoints\": {\n \"name\": \"\",\n \"pointsValue\": \"\",\n \"ratio\": {{faker 'random.float'}}\n },\n \"material\": \"\",\n \"maxEnergyEfficiencyClass\": \"\",\n \"maxHandlingTime\": \"\",\n \"minEnergyEfficiencyClass\": \"\",\n \"minHandlingTime\": \"\",\n \"mobileLink\": \"\",\n \"mpn\": \"\",\n \"multipack\": \"\",\n \"offerId\": \"\",\n \"onlineOnly\": {{faker 'random.boolean'}},\n \"pattern\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"productType\": \"\",\n \"promotionIds\": [\n \"\"\n ],\n \"salePrice\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"salePriceEffectiveDate\": \"\",\n \"sellOnGoogleQuantity\": \"\",\n \"shipping\": [\n {\n \"country\": \"\",\n \"locationGroupName\": \"\",\n \"locationId\": \"\",\n \"postalCode\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"region\": \"\",\n \"service\": \"\"\n }\n ],\n \"shippingHeight\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"shippingLabel\": \"\",\n \"shippingLength\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"shippingWeight\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"shippingWidth\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"sizeSystem\": \"\",\n \"sizeType\": \"\",\n \"sizes\": [\n \"\"\n ],\n \"source\": \"\",\n \"targetCountry\": \"\",\n \"taxes\": [\n {\n \"country\": \"\",\n \"locationId\": \"\",\n \"postalCode\": \"\",\n \"rate\": {{faker 'random.float'}},\n \"region\": \"\",\n \"taxShip\": {{faker 'random.boolean'}}\n }\n ],\n \"title\": \"\",\n \"unitPricingBaseMeasure\": {\n \"unit\": \"\",\n \"value\": \"\"\n },\n \"unitPricingMeasure\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"validatedDestinations\": [\n \"\"\n ],\n \"warnings\": [\n {\n \"domain\": \"\",\n \"message\": \"\",\n \"reason\": \"\"\n }\n ]\n },\n \"productId\": \"\",\n \"title\": \"\"\n }\n }\n ],\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "01852709-208a-4f1a-8d2b-2ce56bdbd15e", "documentation": "Retrieves and updates the shipping settings of multiple accounts in a single request.", "method": "post", "endpoint": "shippingsettings/batch", "responses": [ { "uuid": "5551895a-1eb9-4c0e-b81b-8a31845ff21b", "body": "{\n \"entries\": [\n {\n \"batchId\": {{faker 'random.number'}},\n \"errors\": {\n \"code\": {{faker 'random.number'}},\n \"errors\": [\n {\n \"domain\": \"\",\n \"message\": \"\",\n \"reason\": \"\"\n }\n ],\n \"message\": \"\"\n },\n \"kind\": \"\",\n \"shippingSettings\": {\n \"accountId\": \"\",\n \"postalCodeGroups\": [\n {\n \"country\": \"\",\n \"name\": \"\",\n \"postalCodeRanges\": [\n {\n \"postalCodeRangeBegin\": \"\",\n \"postalCodeRangeEnd\": \"\"\n }\n ]\n }\n ],\n \"services\": [\n {\n \"active\": {{faker 'random.boolean'}},\n \"currency\": \"\",\n \"deliveryCountry\": \"\",\n \"deliveryTime\": {\n \"cutoffTime\": {\n \"hour\": {{faker 'random.number'}},\n \"minute\": {{faker 'random.number'}},\n \"timezone\": \"\"\n },\n \"handlingBusinessDayConfig\": {\n \"businessDays\": [\n \"\"\n ]\n },\n \"holidayCutoffs\": [\n {\n \"deadlineDate\": \"\",\n \"deadlineHour\": {{faker 'random.number'}},\n \"deadlineTimezone\": \"\",\n \"holidayId\": \"\",\n \"visibleFromDate\": \"\"\n }\n ],\n \"maxHandlingTimeInDays\": {{faker 'random.number'}},\n \"maxTransitTimeInDays\": {{faker 'random.number'}},\n \"minHandlingTimeInDays\": {{faker 'random.number'}},\n \"minTransitTimeInDays\": {{faker 'random.number'}},\n \"transitBusinessDayConfig\": {\n \"businessDays\": [\n \"\"\n ]\n },\n \"transitTimeTable\": {\n \"postalCodeGroupNames\": [\n \"\"\n ],\n \"rows\": [\n {\n \"values\": [\n {\n \"maxTransitTimeInDays\": {{faker 'random.number'}},\n \"minTransitTimeInDays\": {{faker 'random.number'}}\n }\n ]\n }\n ],\n \"transitTimeLabels\": [\n \"\"\n ]\n },\n \"warehouseBasedDeliveryTimes\": [\n {\n \"carrier\": \"\",\n \"carrierService\": \"\",\n \"originAdministrativeArea\": \"\",\n \"originCity\": \"\",\n \"originCountry\": \"\",\n \"originPostalCode\": \"\",\n \"originStreetAddress\": \"\",\n \"warehouseName\": \"\"\n }\n ]\n },\n \"eligibility\": \"\",\n \"minimumOrderValue\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"minimumOrderValueTable\": {\n \"storeCodeSetWithMovs\": [\n {\n \"storeCodes\": [\n \"\"\n ],\n \"value\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n }\n ]\n },\n \"name\": \"\",\n \"pickupService\": {\n \"carrierName\": \"\",\n \"serviceName\": \"\"\n },\n \"rateGroups\": [\n {\n \"applicableShippingLabels\": [\n \"\"\n ],\n \"carrierRates\": [\n {\n \"carrierName\": \"\",\n \"carrierService\": \"\",\n \"flatAdjustment\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"name\": \"\",\n \"originPostalCode\": \"\",\n \"percentageAdjustment\": \"\"\n }\n ],\n \"mainTable\": {\n \"columnHeaders\": {\n \"locations\": [\n {\n \"locationIds\": [\n \"\"\n ]\n }\n ],\n \"numberOfItems\": [\n \"\"\n ],\n \"postalCodeGroupNames\": [\n \"\"\n ],\n \"prices\": [\n {\n \"currency\": \"\",\n \"value\": \"\"\n }\n ],\n \"weights\": [\n {\n \"unit\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"name\": \"\",\n \"rowHeaders\": {\n \"locations\": [\n {\n \"locationIds\": [\n \"\"\n ]\n }\n ],\n \"numberOfItems\": [\n \"\"\n ],\n \"postalCodeGroupNames\": [\n \"\"\n ],\n \"prices\": [\n {\n \"currency\": \"\",\n \"value\": \"\"\n }\n ],\n \"weights\": [\n {\n \"unit\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"rows\": [\n {\n \"cells\": [\n {\n \"carrierRateName\": \"\",\n \"flatRate\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"noShipping\": {{faker 'random.boolean'}},\n \"pricePercentage\": \"\",\n \"subtableName\": \"\"\n }\n ]\n }\n ]\n },\n \"name\": \"\",\n \"singleValue\": {\n \"carrierRateName\": \"\",\n \"flatRate\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"noShipping\": {{faker 'random.boolean'}},\n \"pricePercentage\": \"\",\n \"subtableName\": \"\"\n },\n \"subtables\": [\n {\n \"columnHeaders\": {\n \"locations\": [\n {\n \"locationIds\": [\n \"\"\n ]\n }\n ],\n \"numberOfItems\": [\n \"\"\n ],\n \"postalCodeGroupNames\": [\n \"\"\n ],\n \"prices\": [\n {\n \"currency\": \"\",\n \"value\": \"\"\n }\n ],\n \"weights\": [\n {\n \"unit\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"name\": \"\",\n \"rowHeaders\": {\n \"locations\": [\n {\n \"locationIds\": [\n \"\"\n ]\n }\n ],\n \"numberOfItems\": [\n \"\"\n ],\n \"postalCodeGroupNames\": [\n \"\"\n ],\n \"prices\": [\n {\n \"currency\": \"\",\n \"value\": \"\"\n }\n ],\n \"weights\": [\n {\n \"unit\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"rows\": [\n {\n \"cells\": [\n {\n \"carrierRateName\": \"\",\n \"flatRate\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"noShipping\": {{faker 'random.boolean'}},\n \"pricePercentage\": \"\",\n \"subtableName\": \"\"\n }\n ]\n }\n ]\n }\n ]\n }\n ],\n \"shipmentType\": \"\"\n }\n ],\n \"warehouses\": [\n {\n \"businessDayConfig\": {\n \"businessDays\": [\n \"\"\n ]\n },\n \"cutoffTime\": {\n \"hour\": {{faker 'random.number'}},\n \"minute\": {{faker 'random.number'}}\n },\n \"handlingDays\": \"\",\n \"name\": \"\",\n \"shippingAddress\": {\n \"administrativeArea\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"postalCode\": \"\",\n \"streetAddress\": \"\"\n }\n }\n ]\n }\n }\n ],\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "7665a72e-0c3d-4d07-a698-5169baaaf91d", "documentation": "Lists the sub-accounts in your Merchant Center account.", "method": "get", "endpoint": ":merchantId/accounts", "responses": [ { "uuid": "f2111347-dd2c-4612-b141-b1070b5209d3", "body": "{\n \"kind\": \"\",\n \"nextPageToken\": \"\",\n \"resources\": [\n {\n \"adultContent\": {{faker 'random.boolean'}},\n \"adwordsLinks\": [\n {\n \"adwordsId\": \"\",\n \"status\": \"\"\n }\n ],\n \"businessInformation\": {\n \"address\": {\n \"country\": \"\",\n \"locality\": \"\",\n \"postalCode\": \"\",\n \"region\": \"\",\n \"streetAddress\": \"\"\n },\n \"customerService\": {\n \"email\": \"\",\n \"phoneNumber\": \"\",\n \"url\": \"\"\n },\n \"koreanBusinessRegistrationNumber\": \"\",\n \"phoneNumber\": \"\"\n },\n \"googleMyBusinessLink\": {\n \"gmbEmail\": \"\",\n \"status\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"\",\n \"name\": \"\",\n \"reviewsUrl\": \"\",\n \"sellerId\": \"\",\n \"users\": [\n {\n \"admin\": {{faker 'random.boolean'}},\n \"emailAddress\": \"\",\n \"orderManager\": {{faker 'random.boolean'}},\n \"paymentsAnalyst\": {{faker 'random.boolean'}},\n \"paymentsManager\": {{faker 'random.boolean'}}\n }\n ],\n \"websiteUrl\": \"\",\n \"youtubeChannelLinks\": [\n {\n \"channelId\": \"\",\n \"status\": \"\"\n }\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "676414d4-4a28-420c-bd2c-73f6026a6102", "documentation": "Creates a Merchant Center sub-account.", "method": "post", "endpoint": ":merchantId/accounts", "responses": [ { "uuid": "3170597f-a836-4550-9882-434133ec4649", "body": "{\n \"adultContent\": {{faker 'random.boolean'}},\n \"adwordsLinks\": [\n {\n \"adwordsId\": \"\",\n \"status\": \"\"\n }\n ],\n \"businessInformation\": {\n \"address\": {\n \"country\": \"\",\n \"locality\": \"\",\n \"postalCode\": \"\",\n \"region\": \"\",\n \"streetAddress\": \"\"\n },\n \"customerService\": {\n \"email\": \"\",\n \"phoneNumber\": \"\",\n \"url\": \"\"\n },\n \"koreanBusinessRegistrationNumber\": \"\",\n \"phoneNumber\": \"\"\n },\n \"googleMyBusinessLink\": {\n \"gmbEmail\": \"\",\n \"status\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"\",\n \"name\": \"\",\n \"reviewsUrl\": \"\",\n \"sellerId\": \"\",\n \"users\": [\n {\n \"admin\": {{faker 'random.boolean'}},\n \"emailAddress\": \"\",\n \"orderManager\": {{faker 'random.boolean'}},\n \"paymentsAnalyst\": {{faker 'random.boolean'}},\n \"paymentsManager\": {{faker 'random.boolean'}}\n }\n ],\n \"websiteUrl\": \"\",\n \"youtubeChannelLinks\": [\n {\n \"channelId\": \"\",\n \"status\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "98923f01-91ce-49d8-bfb8-134244d93234", "documentation": "Deletes a Merchant Center sub-account.", "method": "delete", "endpoint": ":merchantId/accounts/:accountId", "responses": [ { "uuid": "08bdd777-ab99-4df4-9dc2-b6c2779cf0c9", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "0057b678-1565-4793-9c4e-057a434e0197", "documentation": "Retrieves a Merchant Center account.", "method": "get", "endpoint": ":merchantId/accounts/:accountId", "responses": [ { "uuid": "dc79c611-7b98-4f80-9dd2-cc0a5a258f55", "body": "{\n \"adultContent\": {{faker 'random.boolean'}},\n \"adwordsLinks\": [\n {\n \"adwordsId\": \"\",\n \"status\": \"\"\n }\n ],\n \"businessInformation\": {\n \"address\": {\n \"country\": \"\",\n \"locality\": \"\",\n \"postalCode\": \"\",\n \"region\": \"\",\n \"streetAddress\": \"\"\n },\n \"customerService\": {\n \"email\": \"\",\n \"phoneNumber\": \"\",\n \"url\": \"\"\n },\n \"koreanBusinessRegistrationNumber\": \"\",\n \"phoneNumber\": \"\"\n },\n \"googleMyBusinessLink\": {\n \"gmbEmail\": \"\",\n \"status\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"\",\n \"name\": \"\",\n \"reviewsUrl\": \"\",\n \"sellerId\": \"\",\n \"users\": [\n {\n \"admin\": {{faker 'random.boolean'}},\n \"emailAddress\": \"\",\n \"orderManager\": {{faker 'random.boolean'}},\n \"paymentsAnalyst\": {{faker 'random.boolean'}},\n \"paymentsManager\": {{faker 'random.boolean'}}\n }\n ],\n \"websiteUrl\": \"\",\n \"youtubeChannelLinks\": [\n {\n \"channelId\": \"\",\n \"status\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "63b3f5c2-053a-45c3-b0a0-4dc42fbe4aaf", "documentation": "Updates a Merchant Center account. Any fields that are not provided are deleted from the resource.", "method": "put", "endpoint": ":merchantId/accounts/:accountId", "responses": [ { "uuid": "20562405-e6d4-4ee3-bc81-8f741d361038", "body": "{\n \"adultContent\": {{faker 'random.boolean'}},\n \"adwordsLinks\": [\n {\n \"adwordsId\": \"\",\n \"status\": \"\"\n }\n ],\n \"businessInformation\": {\n \"address\": {\n \"country\": \"\",\n \"locality\": \"\",\n \"postalCode\": \"\",\n \"region\": \"\",\n \"streetAddress\": \"\"\n },\n \"customerService\": {\n \"email\": \"\",\n \"phoneNumber\": \"\",\n \"url\": \"\"\n },\n \"koreanBusinessRegistrationNumber\": \"\",\n \"phoneNumber\": \"\"\n },\n \"googleMyBusinessLink\": {\n \"gmbEmail\": \"\",\n \"status\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"\",\n \"name\": \"\",\n \"reviewsUrl\": \"\",\n \"sellerId\": \"\",\n \"users\": [\n {\n \"admin\": {{faker 'random.boolean'}},\n \"emailAddress\": \"\",\n \"orderManager\": {{faker 'random.boolean'}},\n \"paymentsAnalyst\": {{faker 'random.boolean'}},\n \"paymentsManager\": {{faker 'random.boolean'}}\n }\n ],\n \"websiteUrl\": \"\",\n \"youtubeChannelLinks\": [\n {\n \"channelId\": \"\",\n \"status\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "4a146b9e-f1ad-477a-ba9a-399e3951ec48", "documentation": "Claims the website of a Merchant Center sub-account.", "method": "post", "endpoint": ":merchantId/accounts/:accountId/claimwebsite", "responses": [ { "uuid": "d664d62c-2b4c-4251-ad38-8bc9e8ec8db5", "body": "{\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "abe7c8d0-6e63-489a-89af-56b39dcb8c03", "documentation": "Performs an action on a link between two Merchant Center accounts, namely accountId and linkedAccountId.", "method": "post", "endpoint": ":merchantId/accounts/:accountId/link", "responses": [ { "uuid": "4b2ae777-d365-4b1a-8b1c-26390652c548", "body": "{\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "e562d383-ad49-4db1-a5e9-34d0a9c1f1b5", "documentation": "Lists the statuses of the sub-accounts in your Merchant Center account.", "method": "get", "endpoint": ":merchantId/accountstatuses", "responses": [ { "uuid": "128888bf-4253-4b10-81bb-f71e3553d078", "body": "{\n \"kind\": \"\",\n \"nextPageToken\": \"\",\n \"resources\": [\n {\n \"accountId\": \"\",\n \"accountLevelIssues\": [\n {\n \"country\": \"\",\n \"destination\": \"\",\n \"detail\": \"\",\n \"documentation\": \"\",\n \"id\": \"\",\n \"severity\": \"\",\n \"title\": \"\"\n }\n ],\n \"dataQualityIssues\": [\n {\n \"country\": \"\",\n \"destination\": \"\",\n \"detail\": \"\",\n \"displayedValue\": \"\",\n \"exampleItems\": [\n {\n \"itemId\": \"\",\n \"link\": \"\",\n \"submittedValue\": \"\",\n \"title\": \"\",\n \"valueOnLandingPage\": \"\"\n }\n ],\n \"id\": \"\",\n \"lastChecked\": \"\",\n \"location\": \"\",\n \"numItems\": {{faker 'random.number'}},\n \"severity\": \"\",\n \"submittedValue\": \"\"\n }\n ],\n \"kind\": \"\",\n \"products\": [\n {\n \"channel\": \"\",\n \"country\": \"\",\n \"destination\": \"\",\n \"itemLevelIssues\": [\n {\n \"attributeName\": \"\",\n \"code\": \"\",\n \"description\": \"\",\n \"detail\": \"\",\n \"documentation\": \"\",\n \"numItems\": \"\",\n \"resolution\": \"\",\n \"servability\": \"\"\n }\n ],\n \"statistics\": {\n \"active\": \"\",\n \"disapproved\": \"\",\n \"expiring\": \"\",\n \"pending\": \"\"\n }\n }\n ],\n \"websiteClaimed\": {{faker 'random.boolean'}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "7e258cdb-a43e-496a-95cd-bc3c2c6f98d1", "documentation": "Retrieves the status of a Merchant Center account. No itemLevelIssues are returned for multi-client accounts.", "method": "get", "endpoint": ":merchantId/accountstatuses/:accountId", "responses": [ { "uuid": "671c2437-8bdd-4fa8-8217-ebde15db840f", "body": "{\n \"accountId\": \"\",\n \"accountLevelIssues\": [\n {\n \"country\": \"\",\n \"destination\": \"\",\n \"detail\": \"\",\n \"documentation\": \"\",\n \"id\": \"\",\n \"severity\": \"\",\n \"title\": \"\"\n }\n ],\n \"dataQualityIssues\": [\n {\n \"country\": \"\",\n \"destination\": \"\",\n \"detail\": \"\",\n \"displayedValue\": \"\",\n \"exampleItems\": [\n {\n \"itemId\": \"\",\n \"link\": \"\",\n \"submittedValue\": \"\",\n \"title\": \"\",\n \"valueOnLandingPage\": \"\"\n }\n ],\n \"id\": \"\",\n \"lastChecked\": \"\",\n \"location\": \"\",\n \"numItems\": {{faker 'random.number'}},\n \"severity\": \"\",\n \"submittedValue\": \"\"\n }\n ],\n \"kind\": \"\",\n \"products\": [\n {\n \"channel\": \"\",\n \"country\": \"\",\n \"destination\": \"\",\n \"itemLevelIssues\": [\n {\n \"attributeName\": \"\",\n \"code\": \"\",\n \"description\": \"\",\n \"detail\": \"\",\n \"documentation\": \"\",\n \"numItems\": \"\",\n \"resolution\": \"\",\n \"servability\": \"\"\n }\n ],\n \"statistics\": {\n \"active\": \"\",\n \"disapproved\": \"\",\n \"expiring\": \"\",\n \"pending\": \"\"\n }\n }\n ],\n \"websiteClaimed\": {{faker 'random.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "3b214f57-1f49-4d01-8a30-839dc22e4b7a", "documentation": "Lists the tax settings of the sub-accounts in your Merchant Center account.", "method": "get", "endpoint": ":merchantId/accounttax", "responses": [ { "uuid": "b26838f6-f15b-42f1-81bd-1878791f4b93", "body": "{\n \"kind\": \"\",\n \"nextPageToken\": \"\",\n \"resources\": [\n {\n \"accountId\": \"\",\n \"kind\": \"\",\n \"rules\": [\n {\n \"country\": \"\",\n \"locationId\": \"\",\n \"ratePercent\": \"\",\n \"shippingTaxed\": {{faker 'random.boolean'}},\n \"useGlobalRate\": {{faker 'random.boolean'}}\n }\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "2dc1d769-0d8d-4ebe-a4e9-466e70a1a1d7", "documentation": "Retrieves the tax settings of the account.", "method": "get", "endpoint": ":merchantId/accounttax/:accountId", "responses": [ { "uuid": "9eba11fa-26b6-4b70-b3b3-5f1a50689ac5", "body": "{\n \"accountId\": \"\",\n \"kind\": \"\",\n \"rules\": [\n {\n \"country\": \"\",\n \"locationId\": \"\",\n \"ratePercent\": \"\",\n \"shippingTaxed\": {{faker 'random.boolean'}},\n \"useGlobalRate\": {{faker 'random.boolean'}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "a15cea2b-b439-45fb-b4a1-e42720f0cf31", "documentation": "Updates the tax settings of the account. Any fields that are not provided are deleted from the resource.", "method": "put", "endpoint": ":merchantId/accounttax/:accountId", "responses": [ { "uuid": "cfe95b66-8cbf-43f9-9e74-1efc1d1da6e1", "body": "{\n \"accountId\": \"\",\n \"kind\": \"\",\n \"rules\": [\n {\n \"country\": \"\",\n \"locationId\": \"\",\n \"ratePercent\": \"\",\n \"shippingTaxed\": {{faker 'random.boolean'}},\n \"useGlobalRate\": {{faker 'random.boolean'}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "811c7605-a6ff-452b-91b2-f57a6776e655", "documentation": "Lists the configurations for datafeeds in your Merchant Center account.", "method": "get", "endpoint": ":merchantId/datafeeds", "responses": [ { "uuid": "74e18cd5-8132-453e-9939-2cbc9279bbf5", "body": "{\n \"kind\": \"\",\n \"nextPageToken\": \"\",\n \"resources\": [\n {\n \"attributeLanguage\": \"\",\n \"contentLanguage\": \"\",\n \"contentType\": \"\",\n \"fetchSchedule\": {\n \"dayOfMonth\": {{faker 'random.number'}},\n \"fetchUrl\": \"\",\n \"hour\": {{faker 'random.number'}},\n \"minuteOfHour\": {{faker 'random.number'}},\n \"password\": \"\",\n \"paused\": {{faker 'random.boolean'}},\n \"timeZone\": \"\",\n \"username\": \"\",\n \"weekday\": \"\"\n },\n \"fileName\": \"\",\n \"format\": {\n \"columnDelimiter\": \"\",\n \"fileEncoding\": \"\",\n \"quotingMode\": \"\"\n },\n \"id\": \"\",\n \"intendedDestinations\": [\n \"\"\n ],\n \"kind\": \"\",\n \"name\": \"\",\n \"targetCountry\": \"\",\n \"targets\": [\n {\n \"country\": \"\",\n \"excludedDestinations\": [\n \"\"\n ],\n \"includedDestinations\": [\n \"\"\n ],\n \"language\": \"\"\n }\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "22e6ad54-a0c9-48a5-96dd-9597a763edec", "documentation": "Registers a datafeed configuration with your Merchant Center account.", "method": "post", "endpoint": ":merchantId/datafeeds", "responses": [ { "uuid": "fae7b547-e9ef-4fd1-9a1e-9d2bd9297190", "body": "{\n \"attributeLanguage\": \"\",\n \"contentLanguage\": \"\",\n \"contentType\": \"\",\n \"fetchSchedule\": {\n \"dayOfMonth\": {{faker 'random.number'}},\n \"fetchUrl\": \"\",\n \"hour\": {{faker 'random.number'}},\n \"minuteOfHour\": {{faker 'random.number'}},\n \"password\": \"\",\n \"paused\": {{faker 'random.boolean'}},\n \"timeZone\": \"\",\n \"username\": \"\",\n \"weekday\": \"\"\n },\n \"fileName\": \"\",\n \"format\": {\n \"columnDelimiter\": \"\",\n \"fileEncoding\": \"\",\n \"quotingMode\": \"\"\n },\n \"id\": \"\",\n \"intendedDestinations\": [\n \"\"\n ],\n \"kind\": \"\",\n \"name\": \"\",\n \"targetCountry\": \"\",\n \"targets\": [\n {\n \"country\": \"\",\n \"excludedDestinations\": [\n \"\"\n ],\n \"includedDestinations\": [\n \"\"\n ],\n \"language\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "ae755f85-2203-42aa-81f1-8b2b46685843", "documentation": "Deletes a datafeed configuration from your Merchant Center account.", "method": "delete", "endpoint": ":merchantId/datafeeds/:datafeedId", "responses": [ { "uuid": "a8b698c1-ee31-461d-9898-5bb196f96e6f", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "5c4555c7-ee58-4e91-bfdf-f8d3e33a2a0a", "documentation": "Retrieves a datafeed configuration from your Merchant Center account.", "method": "get", "endpoint": ":merchantId/datafeeds/:datafeedId", "responses": [ { "uuid": "6d80a03e-a6a1-4594-a652-e90f2fb04087", "body": "{\n \"attributeLanguage\": \"\",\n \"contentLanguage\": \"\",\n \"contentType\": \"\",\n \"fetchSchedule\": {\n \"dayOfMonth\": {{faker 'random.number'}},\n \"fetchUrl\": \"\",\n \"hour\": {{faker 'random.number'}},\n \"minuteOfHour\": {{faker 'random.number'}},\n \"password\": \"\",\n \"paused\": {{faker 'random.boolean'}},\n \"timeZone\": \"\",\n \"username\": \"\",\n \"weekday\": \"\"\n },\n \"fileName\": \"\",\n \"format\": {\n \"columnDelimiter\": \"\",\n \"fileEncoding\": \"\",\n \"quotingMode\": \"\"\n },\n \"id\": \"\",\n \"intendedDestinations\": [\n \"\"\n ],\n \"kind\": \"\",\n \"name\": \"\",\n \"targetCountry\": \"\",\n \"targets\": [\n {\n \"country\": \"\",\n \"excludedDestinations\": [\n \"\"\n ],\n \"includedDestinations\": [\n \"\"\n ],\n \"language\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "c9a3122a-fe8d-48df-9226-1e26fe30bf47", "documentation": "Updates a datafeed configuration of your Merchant Center account. Any fields that are not provided are deleted from the resource.", "method": "put", "endpoint": ":merchantId/datafeeds/:datafeedId", "responses": [ { "uuid": "6e1d72e4-5f27-49ba-91c6-8897d08e0be9", "body": "{\n \"attributeLanguage\": \"\",\n \"contentLanguage\": \"\",\n \"contentType\": \"\",\n \"fetchSchedule\": {\n \"dayOfMonth\": {{faker 'random.number'}},\n \"fetchUrl\": \"\",\n \"hour\": {{faker 'random.number'}},\n \"minuteOfHour\": {{faker 'random.number'}},\n \"password\": \"\",\n \"paused\": {{faker 'random.boolean'}},\n \"timeZone\": \"\",\n \"username\": \"\",\n \"weekday\": \"\"\n },\n \"fileName\": \"\",\n \"format\": {\n \"columnDelimiter\": \"\",\n \"fileEncoding\": \"\",\n \"quotingMode\": \"\"\n },\n \"id\": \"\",\n \"intendedDestinations\": [\n \"\"\n ],\n \"kind\": \"\",\n \"name\": \"\",\n \"targetCountry\": \"\",\n \"targets\": [\n {\n \"country\": \"\",\n \"excludedDestinations\": [\n \"\"\n ],\n \"includedDestinations\": [\n \"\"\n ],\n \"language\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "d6c16925-aa11-4d56-afa9-a70486e85c41", "documentation": "Invokes a fetch for the datafeed in your Merchant Center account. If you need to call this method more than once per day, we recommend you use the Products service to update your product data.", "method": "post", "endpoint": ":merchantId/datafeeds/:datafeedId/fetchNow", "responses": [ { "uuid": "56235c19-8d9c-4c7d-9373-9b1e93537c55", "body": "{\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "b104eb30-fe3f-46fc-bfcf-d029f8ff05bf", "documentation": "Lists the statuses of the datafeeds in your Merchant Center account.", "method": "get", "endpoint": ":merchantId/datafeedstatuses", "responses": [ { "uuid": "c6b25f1a-3cf1-4e90-b1cb-9b37d5269de1", "body": "{\n \"kind\": \"\",\n \"nextPageToken\": \"\",\n \"resources\": [\n {\n \"country\": \"\",\n \"datafeedId\": \"\",\n \"errors\": [\n {\n \"code\": \"\",\n \"count\": \"\",\n \"examples\": [\n {\n \"itemId\": \"\",\n \"lineNumber\": \"\",\n \"value\": \"\"\n }\n ],\n \"message\": \"\"\n }\n ],\n \"itemsTotal\": \"\",\n \"itemsValid\": \"\",\n \"kind\": \"\",\n \"language\": \"\",\n \"lastUploadDate\": \"\",\n \"processingStatus\": \"\",\n \"warnings\": [\n {\n \"code\": \"\",\n \"count\": \"\",\n \"examples\": [\n {\n \"itemId\": \"\",\n \"lineNumber\": \"\",\n \"value\": \"\"\n }\n ],\n \"message\": \"\"\n }\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "215e3afc-990b-47f1-abbe-6d7e8afadf5d", "documentation": "Retrieves the status of a datafeed from your Merchant Center account.", "method": "get", "endpoint": ":merchantId/datafeedstatuses/:datafeedId", "responses": [ { "uuid": "8bced167-7754-432b-b64b-a91a982cfb1a", "body": "{\n \"country\": \"\",\n \"datafeedId\": \"\",\n \"errors\": [\n {\n \"code\": \"\",\n \"count\": \"\",\n \"examples\": [\n {\n \"itemId\": \"\",\n \"lineNumber\": \"\",\n \"value\": \"\"\n }\n ],\n \"message\": \"\"\n }\n ],\n \"itemsTotal\": \"\",\n \"itemsValid\": \"\",\n \"kind\": \"\",\n \"language\": \"\",\n \"lastUploadDate\": \"\",\n \"processingStatus\": \"\",\n \"warnings\": [\n {\n \"code\": \"\",\n \"count\": \"\",\n \"examples\": [\n {\n \"itemId\": \"\",\n \"lineNumber\": \"\",\n \"value\": \"\"\n }\n ],\n \"message\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "18ceb66d-9244-4407-9a7f-b791fb447dbc", "documentation": "Lists the LIA settings of the sub-accounts in your Merchant Center account.", "method": "get", "endpoint": ":merchantId/liasettings", "responses": [ { "uuid": "879ab5b1-aba2-4b01-84aa-cc8be3451d9e", "body": "{\n \"kind\": \"\",\n \"nextPageToken\": \"\",\n \"resources\": [\n {\n \"accountId\": \"\",\n \"countrySettings\": [\n {\n \"about\": {\n \"status\": \"\",\n \"url\": \"\"\n },\n \"country\": \"\",\n \"hostedLocalStorefrontActive\": {{faker 'random.boolean'}},\n \"inventory\": {\n \"inventoryVerificationContactEmail\": \"\",\n \"inventoryVerificationContactName\": \"\",\n \"inventoryVerificationContactStatus\": \"\",\n \"status\": \"\"\n },\n \"onDisplayToOrder\": {\n \"shippingCostPolicyUrl\": \"\",\n \"status\": \"\"\n },\n \"posDataProvider\": {\n \"posDataProviderId\": \"\",\n \"posExternalAccountId\": \"\"\n },\n \"storePickupActive\": {{faker 'random.boolean'}}\n }\n ],\n \"kind\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "26d43388-bc29-4e5c-acff-974dac4c1630", "documentation": "Retrieves the LIA settings of the account.", "method": "get", "endpoint": ":merchantId/liasettings/:accountId", "responses": [ { "uuid": "bf57ce4d-dfa7-4886-b719-41b483254004", "body": "{\n \"accountId\": \"\",\n \"countrySettings\": [\n {\n \"about\": {\n \"status\": \"\",\n \"url\": \"\"\n },\n \"country\": \"\",\n \"hostedLocalStorefrontActive\": {{faker 'random.boolean'}},\n \"inventory\": {\n \"inventoryVerificationContactEmail\": \"\",\n \"inventoryVerificationContactName\": \"\",\n \"inventoryVerificationContactStatus\": \"\",\n \"status\": \"\"\n },\n \"onDisplayToOrder\": {\n \"shippingCostPolicyUrl\": \"\",\n \"status\": \"\"\n },\n \"posDataProvider\": {\n \"posDataProviderId\": \"\",\n \"posExternalAccountId\": \"\"\n },\n \"storePickupActive\": {{faker 'random.boolean'}}\n }\n ],\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "1b190f1a-70d3-4172-b885-d381086ea53f", "documentation": "Updates the LIA settings of the account. Any fields that are not provided are deleted from the resource.", "method": "put", "endpoint": ":merchantId/liasettings/:accountId", "responses": [ { "uuid": "acab75d2-89ec-460e-9f3b-12fa94fd67d3", "body": "{\n \"accountId\": \"\",\n \"countrySettings\": [\n {\n \"about\": {\n \"status\": \"\",\n \"url\": \"\"\n },\n \"country\": \"\",\n \"hostedLocalStorefrontActive\": {{faker 'random.boolean'}},\n \"inventory\": {\n \"inventoryVerificationContactEmail\": \"\",\n \"inventoryVerificationContactName\": \"\",\n \"inventoryVerificationContactStatus\": \"\",\n \"status\": \"\"\n },\n \"onDisplayToOrder\": {\n \"shippingCostPolicyUrl\": \"\",\n \"status\": \"\"\n },\n \"posDataProvider\": {\n \"posDataProviderId\": \"\",\n \"posExternalAccountId\": \"\"\n },\n \"storePickupActive\": {{faker 'random.boolean'}}\n }\n ],\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "57928f32-d740-4836-a2e6-1e221af474d6", "documentation": "Retrieves the list of accessible Google My Business accounts.", "method": "get", "endpoint": ":merchantId/liasettings/:accountId/accessiblegmbaccounts", "responses": [ { "uuid": "4826e868-00f3-41b9-87f5-b26a59716572", "body": "{\n \"accountId\": \"\",\n \"gmbAccounts\": [\n {\n \"email\": \"\",\n \"listingCount\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "b548ecda-ea7a-443e-9999-9b3ebe08861c", "documentation": "Requests access to a specified Google My Business account.", "method": "post", "endpoint": ":merchantId/liasettings/:accountId/requestgmbaccess", "responses": [ { "uuid": "1054399b-1a74-4363-895c-e3a028140756", "body": "{\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "e226883c-d373-4a45-b220-288d8d07174b", "documentation": "Requests inventory validation for the specified country.", "method": "post", "endpoint": ":merchantId/liasettings/:accountId/requestinventoryverification/:country", "responses": [ { "uuid": "b80e58f1-89db-4cb5-b63b-1f102d3d4986", "body": "{\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "da0a3775-0fbb-4984-b9bf-64815e8891bb", "documentation": "Sets the inventory verification contract for the specified country.", "method": "post", "endpoint": ":merchantId/liasettings/:accountId/setinventoryverificationcontact", "responses": [ { "uuid": "5f9a16b1-f827-450e-827d-de363fad2b43", "body": "{\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "817ffc8a-3499-48ee-bbf1-43ce72a9a83f", "documentation": "Sets the POS data provider for the specified country.", "method": "post", "endpoint": ":merchantId/liasettings/:accountId/setposdataprovider", "responses": [ { "uuid": "f0a030ee-eb9e-412e-8dd5-03e4d420b467", "body": "{\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "3e353a8e-6fba-4c64-9028-118a0bd0ee6c", "documentation": "Creates a charge invoice for a shipment group, and triggers a charge capture for orderinvoice enabled orders.", "method": "post", "endpoint": ":merchantId/orderinvoices/:orderId/createChargeInvoice", "responses": [ { "uuid": "897f0866-603e-41fa-a639-1037dbb7f975", "body": "{\n \"executionStatus\": \"\",\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "df09a3d2-00f4-4f65-92cd-6f456d6d63f3", "documentation": "Creates a refund invoice for one or more shipment groups, and triggers a refund for orderinvoice enabled orders. This can only be used for line items that have previously been charged using `createChargeInvoice`. All amounts (except for the summary) are incremental with respect to the previous invoice.", "method": "post", "endpoint": ":merchantId/orderinvoices/:orderId/createRefundInvoice", "responses": [ { "uuid": "e1d7de73-1ca4-4c36-a2d2-9d8ff1276d9c", "body": "{\n \"executionStatus\": \"\",\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "58b7b363-feee-4c2a-b30a-c267212d8197", "documentation": "Retrieves a report for disbursements from your Merchant Center account.", "method": "get", "endpoint": ":merchantId/orderreports/disbursements", "responses": [ { "uuid": "8e02dfaf-b1f8-448c-a7b5-1f2a14b34194", "body": "{\n \"disbursements\": [\n {\n \"disbursementAmount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"disbursementCreationDate\": \"\",\n \"disbursementDate\": \"\",\n \"disbursementId\": \"\",\n \"merchantId\": \"\"\n }\n ],\n \"kind\": \"\",\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "56342b37-ebd7-4843-9283-dcf3060d3601", "documentation": "Retrieves a list of transactions for a disbursement from your Merchant Center account.", "method": "get", "endpoint": ":merchantId/orderreports/disbursements/:disbursementId/transactions", "responses": [ { "uuid": "738d8761-0695-44e0-94c8-2c02f857c4f7", "body": "{\n \"kind\": \"\",\n \"nextPageToken\": \"\",\n \"transactions\": [\n {\n \"disbursementAmount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"disbursementCreationDate\": \"\",\n \"disbursementDate\": \"\",\n \"disbursementId\": \"\",\n \"merchantId\": \"\",\n \"merchantOrderId\": \"\",\n \"orderId\": \"\",\n \"productAmount\": {\n \"pretax\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"tax\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"productAmountWithRemittedTax\": {\n \"priceAmount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"remittedTaxAmount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"taxAmount\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"transactionDate\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "d25a6f9e-260b-4032-93e5-71440887dbb9", "documentation": "Lists order returns in your Merchant Center account.", "method": "get", "endpoint": ":merchantId/orderreturns", "responses": [ { "uuid": "cb648578-5eb3-41c7-b60a-b4191f945c8b", "body": "{\n \"kind\": \"\",\n \"nextPageToken\": \"\",\n \"resources\": [\n {\n \"creationDate\": \"\",\n \"merchantOrderId\": \"\",\n \"orderId\": \"\",\n \"orderReturnId\": \"\",\n \"returnItems\": [\n {\n \"customerReturnReason\": {\n \"description\": \"\",\n \"reasonCode\": \"\"\n },\n \"itemId\": \"\",\n \"merchantReturnReason\": {\n \"description\": \"\",\n \"reasonCode\": \"\"\n },\n \"product\": {\n \"brand\": \"\",\n \"channel\": \"\",\n \"condition\": \"\",\n \"contentLanguage\": \"\",\n \"fees\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"name\": \"\"\n }\n ],\n \"gtin\": \"\",\n \"id\": \"\",\n \"imageLink\": \"\",\n \"itemGroupId\": \"\",\n \"mpn\": \"\",\n \"offerId\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"shownImage\": \"\",\n \"targetCountry\": \"\",\n \"title\": \"\",\n \"variantAttributes\": [\n {\n \"dimension\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"returnShipmentIds\": [\n \"\"\n ],\n \"state\": \"\"\n }\n ],\n \"returnShipments\": [\n {\n \"creationDate\": \"\",\n \"deliveryDate\": \"\",\n \"returnMethodType\": \"\",\n \"shipmentId\": \"\",\n \"shipmentTrackingInfos\": [\n {\n \"carrier\": \"\",\n \"trackingNumber\": \"\"\n }\n ],\n \"shippingDate\": \"\",\n \"state\": \"\"\n }\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "fda138db-1e3f-4ae6-8420-56e8daceeb68", "documentation": "Retrieves an order return from your Merchant Center account.", "method": "get", "endpoint": ":merchantId/orderreturns/:returnId", "responses": [ { "uuid": "efb0e115-3e7e-4944-8eb1-410904a68125", "body": "{\n \"creationDate\": \"\",\n \"merchantOrderId\": \"\",\n \"orderId\": \"\",\n \"orderReturnId\": \"\",\n \"returnItems\": [\n {\n \"customerReturnReason\": {\n \"description\": \"\",\n \"reasonCode\": \"\"\n },\n \"itemId\": \"\",\n \"merchantReturnReason\": {\n \"description\": \"\",\n \"reasonCode\": \"\"\n },\n \"product\": {\n \"brand\": \"\",\n \"channel\": \"\",\n \"condition\": \"\",\n \"contentLanguage\": \"\",\n \"fees\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"name\": \"\"\n }\n ],\n \"gtin\": \"\",\n \"id\": \"\",\n \"imageLink\": \"\",\n \"itemGroupId\": \"\",\n \"mpn\": \"\",\n \"offerId\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"shownImage\": \"\",\n \"targetCountry\": \"\",\n \"title\": \"\",\n \"variantAttributes\": [\n {\n \"dimension\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"returnShipmentIds\": [\n \"\"\n ],\n \"state\": \"\"\n }\n ],\n \"returnShipments\": [\n {\n \"creationDate\": \"\",\n \"deliveryDate\": \"\",\n \"returnMethodType\": \"\",\n \"shipmentId\": \"\",\n \"shipmentTrackingInfos\": [\n {\n \"carrier\": \"\",\n \"trackingNumber\": \"\"\n }\n ],\n \"shippingDate\": \"\",\n \"state\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "191b6cb5-39d6-48d4-88a0-c8f548512d81", "documentation": "Lists the orders in your Merchant Center account.", "method": "get", "endpoint": ":merchantId/orders", "responses": [ { "uuid": "b2cffb04-77c3-4592-a270-8fbc4ad34e30", "body": "{\n \"kind\": \"\",\n \"nextPageToken\": \"\",\n \"resources\": [\n {\n \"acknowledged\": {{faker 'random.boolean'}},\n \"channelType\": \"\",\n \"customer\": {\n \"email\": \"\",\n \"explicitMarketingPreference\": {{faker 'random.boolean'}},\n \"fullName\": \"\",\n \"invoiceReceivingEmail\": \"\",\n \"marketingRightsInfo\": {\n \"explicitMarketingPreference\": \"\",\n \"lastUpdatedTimestamp\": \"\",\n \"marketingEmailAddress\": \"\"\n }\n },\n \"deliveryDetails\": {\n \"address\": {\n \"country\": \"\",\n \"fullAddress\": [\n \"\"\n ],\n \"isPostOfficeBox\": {{faker 'random.boolean'}},\n \"locality\": \"\",\n \"postalCode\": \"\",\n \"recipientName\": \"\",\n \"region\": \"\",\n \"streetAddress\": [\n \"\"\n ]\n },\n \"phoneNumber\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"\",\n \"lineItems\": [\n {\n \"annotations\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"cancellations\": [\n {\n \"actor\": \"\",\n \"creationDate\": \"\",\n \"quantity\": {{faker 'random.number'}},\n \"reason\": \"\",\n \"reasonText\": \"\"\n }\n ],\n \"id\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"product\": {\n \"brand\": \"\",\n \"channel\": \"\",\n \"condition\": \"\",\n \"contentLanguage\": \"\",\n \"fees\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"name\": \"\"\n }\n ],\n \"gtin\": \"\",\n \"id\": \"\",\n \"imageLink\": \"\",\n \"itemGroupId\": \"\",\n \"mpn\": \"\",\n \"offerId\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"shownImage\": \"\",\n \"targetCountry\": \"\",\n \"title\": \"\",\n \"variantAttributes\": [\n {\n \"dimension\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"quantityCanceled\": {{faker 'random.number'}},\n \"quantityDelivered\": {{faker 'random.number'}},\n \"quantityOrdered\": {{faker 'random.number'}},\n \"quantityPending\": {{faker 'random.number'}},\n \"quantityReadyForPickup\": {{faker 'random.number'}},\n \"quantityReturned\": {{faker 'random.number'}},\n \"quantityShipped\": {{faker 'random.number'}},\n \"returnInfo\": {\n \"daysToReturn\": {{faker 'random.number'}},\n \"isReturnable\": {{faker 'random.boolean'}},\n \"policyUrl\": \"\"\n },\n \"returns\": [\n {\n \"actor\": \"\",\n \"creationDate\": \"\",\n \"quantity\": {{faker 'random.number'}},\n \"reason\": \"\",\n \"reasonText\": \"\"\n }\n ],\n \"shippingDetails\": {\n \"deliverByDate\": \"\",\n \"method\": {\n \"carrier\": \"\",\n \"maxDaysInTransit\": {{faker 'random.number'}},\n \"methodName\": \"\",\n \"minDaysInTransit\": {{faker 'random.number'}}\n },\n \"shipByDate\": \"\",\n \"type\": \"\"\n },\n \"tax\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n }\n ],\n \"merchantId\": \"\",\n \"merchantOrderId\": \"\",\n \"netAmount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"paymentMethod\": {\n \"billingAddress\": {\n \"country\": \"\",\n \"fullAddress\": [\n \"\"\n ],\n \"isPostOfficeBox\": {{faker 'random.boolean'}},\n \"locality\": \"\",\n \"postalCode\": \"\",\n \"recipientName\": \"\",\n \"region\": \"\",\n \"streetAddress\": [\n \"\"\n ]\n },\n \"expirationMonth\": {{faker 'random.number'}},\n \"expirationYear\": {{faker 'random.number'}},\n \"lastFourDigits\": \"\",\n \"phoneNumber\": \"\",\n \"type\": \"\"\n },\n \"paymentStatus\": \"\",\n \"pickupDetails\": {\n \"address\": {\n \"country\": \"\",\n \"fullAddress\": [\n \"\"\n ],\n \"isPostOfficeBox\": {{faker 'random.boolean'}},\n \"locality\": \"\",\n \"postalCode\": \"\",\n \"recipientName\": \"\",\n \"region\": \"\",\n \"streetAddress\": [\n \"\"\n ]\n },\n \"collectors\": [\n {\n \"name\": \"\",\n \"phoneNumber\": \"\"\n }\n ],\n \"locationId\": \"\"\n },\n \"placedDate\": \"\",\n \"promotions\": [\n {\n \"benefits\": [\n {\n \"discount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"offerIds\": [\n \"\"\n ],\n \"subType\": \"\",\n \"taxImpact\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"type\": \"\"\n }\n ],\n \"effectiveDates\": \"\",\n \"genericRedemptionCode\": \"\",\n \"id\": \"\",\n \"longTitle\": \"\",\n \"productApplicability\": \"\",\n \"redemptionChannel\": \"\"\n }\n ],\n \"refunds\": [\n {\n \"actor\": \"\",\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"creationDate\": \"\",\n \"reason\": \"\",\n \"reasonText\": \"\"\n }\n ],\n \"shipments\": [\n {\n \"carrier\": \"\",\n \"creationDate\": \"\",\n \"deliveryDate\": \"\",\n \"id\": \"\",\n \"lineItems\": [\n {\n \"lineItemId\": \"\",\n \"productId\": \"\",\n \"quantity\": {{faker 'random.number'}}\n }\n ],\n \"scheduledDeliveryDetails\": {\n \"carrierPhoneNumber\": \"\",\n \"scheduledDate\": \"\"\n },\n \"status\": \"\",\n \"trackingId\": \"\"\n }\n ],\n \"shippingCost\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"shippingCostTax\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"shippingOption\": \"\",\n \"status\": \"\",\n \"taxCollector\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "4a7e025f-f417-4430-a07f-abb7f88f0567", "documentation": "Retrieves an order from your Merchant Center account.", "method": "get", "endpoint": ":merchantId/orders/:orderId", "responses": [ { "uuid": "ddcbdbb8-17fd-4e2c-8ffd-00639e103e4c", "body": "{\n \"acknowledged\": {{faker 'random.boolean'}},\n \"channelType\": \"\",\n \"customer\": {\n \"email\": \"\",\n \"explicitMarketingPreference\": {{faker 'random.boolean'}},\n \"fullName\": \"\",\n \"invoiceReceivingEmail\": \"\",\n \"marketingRightsInfo\": {\n \"explicitMarketingPreference\": \"\",\n \"lastUpdatedTimestamp\": \"\",\n \"marketingEmailAddress\": \"\"\n }\n },\n \"deliveryDetails\": {\n \"address\": {\n \"country\": \"\",\n \"fullAddress\": [\n \"\"\n ],\n \"isPostOfficeBox\": {{faker 'random.boolean'}},\n \"locality\": \"\",\n \"postalCode\": \"\",\n \"recipientName\": \"\",\n \"region\": \"\",\n \"streetAddress\": [\n \"\"\n ]\n },\n \"phoneNumber\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"\",\n \"lineItems\": [\n {\n \"annotations\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"cancellations\": [\n {\n \"actor\": \"\",\n \"creationDate\": \"\",\n \"quantity\": {{faker 'random.number'}},\n \"reason\": \"\",\n \"reasonText\": \"\"\n }\n ],\n \"id\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"product\": {\n \"brand\": \"\",\n \"channel\": \"\",\n \"condition\": \"\",\n \"contentLanguage\": \"\",\n \"fees\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"name\": \"\"\n }\n ],\n \"gtin\": \"\",\n \"id\": \"\",\n \"imageLink\": \"\",\n \"itemGroupId\": \"\",\n \"mpn\": \"\",\n \"offerId\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"shownImage\": \"\",\n \"targetCountry\": \"\",\n \"title\": \"\",\n \"variantAttributes\": [\n {\n \"dimension\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"quantityCanceled\": {{faker 'random.number'}},\n \"quantityDelivered\": {{faker 'random.number'}},\n \"quantityOrdered\": {{faker 'random.number'}},\n \"quantityPending\": {{faker 'random.number'}},\n \"quantityReadyForPickup\": {{faker 'random.number'}},\n \"quantityReturned\": {{faker 'random.number'}},\n \"quantityShipped\": {{faker 'random.number'}},\n \"returnInfo\": {\n \"daysToReturn\": {{faker 'random.number'}},\n \"isReturnable\": {{faker 'random.boolean'}},\n \"policyUrl\": \"\"\n },\n \"returns\": [\n {\n \"actor\": \"\",\n \"creationDate\": \"\",\n \"quantity\": {{faker 'random.number'}},\n \"reason\": \"\",\n \"reasonText\": \"\"\n }\n ],\n \"shippingDetails\": {\n \"deliverByDate\": \"\",\n \"method\": {\n \"carrier\": \"\",\n \"maxDaysInTransit\": {{faker 'random.number'}},\n \"methodName\": \"\",\n \"minDaysInTransit\": {{faker 'random.number'}}\n },\n \"shipByDate\": \"\",\n \"type\": \"\"\n },\n \"tax\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n }\n ],\n \"merchantId\": \"\",\n \"merchantOrderId\": \"\",\n \"netAmount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"paymentMethod\": {\n \"billingAddress\": {\n \"country\": \"\",\n \"fullAddress\": [\n \"\"\n ],\n \"isPostOfficeBox\": {{faker 'random.boolean'}},\n \"locality\": \"\",\n \"postalCode\": \"\",\n \"recipientName\": \"\",\n \"region\": \"\",\n \"streetAddress\": [\n \"\"\n ]\n },\n \"expirationMonth\": {{faker 'random.number'}},\n \"expirationYear\": {{faker 'random.number'}},\n \"lastFourDigits\": \"\",\n \"phoneNumber\": \"\",\n \"type\": \"\"\n },\n \"paymentStatus\": \"\",\n \"pickupDetails\": {\n \"address\": {\n \"country\": \"\",\n \"fullAddress\": [\n \"\"\n ],\n \"isPostOfficeBox\": {{faker 'random.boolean'}},\n \"locality\": \"\",\n \"postalCode\": \"\",\n \"recipientName\": \"\",\n \"region\": \"\",\n \"streetAddress\": [\n \"\"\n ]\n },\n \"collectors\": [\n {\n \"name\": \"\",\n \"phoneNumber\": \"\"\n }\n ],\n \"locationId\": \"\"\n },\n \"placedDate\": \"\",\n \"promotions\": [\n {\n \"benefits\": [\n {\n \"discount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"offerIds\": [\n \"\"\n ],\n \"subType\": \"\",\n \"taxImpact\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"type\": \"\"\n }\n ],\n \"effectiveDates\": \"\",\n \"genericRedemptionCode\": \"\",\n \"id\": \"\",\n \"longTitle\": \"\",\n \"productApplicability\": \"\",\n \"redemptionChannel\": \"\"\n }\n ],\n \"refunds\": [\n {\n \"actor\": \"\",\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"creationDate\": \"\",\n \"reason\": \"\",\n \"reasonText\": \"\"\n }\n ],\n \"shipments\": [\n {\n \"carrier\": \"\",\n \"creationDate\": \"\",\n \"deliveryDate\": \"\",\n \"id\": \"\",\n \"lineItems\": [\n {\n \"lineItemId\": \"\",\n \"productId\": \"\",\n \"quantity\": {{faker 'random.number'}}\n }\n ],\n \"scheduledDeliveryDetails\": {\n \"carrierPhoneNumber\": \"\",\n \"scheduledDate\": \"\"\n },\n \"status\": \"\",\n \"trackingId\": \"\"\n }\n ],\n \"shippingCost\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"shippingCostTax\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"shippingOption\": \"\",\n \"status\": \"\",\n \"taxCollector\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "59ba3ae4-86c7-4e82-803a-2196eccd5900", "documentation": "Marks an order as acknowledged.", "method": "post", "endpoint": ":merchantId/orders/:orderId/acknowledge", "responses": [ { "uuid": "4a0b323d-c153-4a83-ad5d-86c5168117cd", "body": "{\n \"executionStatus\": \"\",\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "eff5fea2-4953-455b-a5a5-598977da8d03", "documentation": "Cancels all line items in an order, making a full refund.", "method": "post", "endpoint": ":merchantId/orders/:orderId/cancel", "responses": [ { "uuid": "163ed42b-afbd-4bb0-8721-92c917d2063f", "body": "{\n \"executionStatus\": \"\",\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "29c1fae2-6046-4542-a3d3-0d8c85677880", "documentation": "Cancels a line item, making a full refund.", "method": "post", "endpoint": ":merchantId/orders/:orderId/cancelLineItem", "responses": [ { "uuid": "32fdfda1-37d7-49f0-b325-9fe67bfc853d", "body": "{\n \"executionStatus\": \"\",\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "0ba4d7a0-642a-425d-996b-e1430e0380ad", "documentation": "Deprecated. Notifies that item return and refund was handled directly by merchant outside of Google payments processing (e.g. cash refund done in store). Note: We recommend calling the returnrefundlineitem method to refund in-store returns. We will issue the refund directly to the customer. This helps to prevent possible differences arising between merchant and Google transaction records. We also recommend having the point of sale system communicate with Google to ensure that customers do not receive a double refund by first refunding via Google then via an in-store return.", "method": "post", "endpoint": ":merchantId/orders/:orderId/inStoreRefundLineItem", "responses": [ { "uuid": "83acb912-2184-4688-8bd0-f502e3bf0570", "body": "{\n \"executionStatus\": \"\",\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "b1d997b5-26d5-4a7a-a568-d2d5c42da47e", "documentation": "Deprecated, please use returnRefundLineItem instead.", "method": "post", "endpoint": ":merchantId/orders/:orderId/refund", "responses": [ { "uuid": "25db49a3-18df-42fb-9de5-d6fbcb19171a", "body": "{\n \"executionStatus\": \"\",\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "6e12d0f8-4277-4263-8adc-52a3aa43cb56", "documentation": "Rejects return on an line item.", "method": "post", "endpoint": ":merchantId/orders/:orderId/rejectReturnLineItem", "responses": [ { "uuid": "b1dc076c-1474-43b1-b09d-6567cbf24b87", "body": "{\n \"executionStatus\": \"\",\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "da8d3878-8410-4010-af62-053a65857821", "documentation": "Returns a line item.", "method": "post", "endpoint": ":merchantId/orders/:orderId/returnLineItem", "responses": [ { "uuid": "3b0779d1-6c71-4395-bfb9-95e87f24b812", "body": "{\n \"executionStatus\": \"\",\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "b3e3eead-5af9-4d3e-b9bf-9a487cebee93", "documentation": "Returns and refunds a line item. Note that this method can only be called on fully shipped orders. Please also note that the Orderreturns API is the preferred way to handle returns after you receive a return from a customer. You can use Orderreturns.list or Orderreturns.get to search for the return, and then use Orderreturns.processreturn to issue the refund. If the return cannot be found, then we recommend using this API to issue a refund.", "method": "post", "endpoint": ":merchantId/orders/:orderId/returnRefundLineItem", "responses": [ { "uuid": "25975ea3-5c96-4502-bcb4-ed53c8af6b30", "body": "{\n \"executionStatus\": \"\",\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "e1ed1232-bf1c-4593-9539-09192aa79a25", "documentation": "Sets (or overrides if it already exists) merchant provided annotations in the form of key-value pairs. A common use case would be to supply us with additional structured information about a line item that cannot be provided via other methods. Submitted key-value pairs can be retrieved as part of the orders resource.", "method": "post", "endpoint": ":merchantId/orders/:orderId/setLineItemMetadata", "responses": [ { "uuid": "b3dc07a2-174a-4917-bb28-427c0f96d749", "body": "{\n \"executionStatus\": \"\",\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "74f05591-1574-4b72-a887-95e21e54eada", "documentation": "Marks line item(s) as shipped.", "method": "post", "endpoint": ":merchantId/orders/:orderId/shipLineItems", "responses": [ { "uuid": "de18873b-02f4-482f-be30-9a599e4c0884", "body": "{\n \"executionStatus\": \"\",\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "090d6e83-d0aa-4436-b051-61ecc5f97448", "documentation": "Sandbox only. Creates a test return.", "method": "post", "endpoint": ":merchantId/orders/:orderId/testreturn", "responses": [ { "uuid": "a6dcb346-4de1-4571-ba13-e6aface7c71b", "body": "{\n \"kind\": \"\",\n \"returnId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "6098ad74-1a18-4edf-8243-0e6b17a7a91b", "documentation": "Updates ship by and delivery by dates for a line item.", "method": "post", "endpoint": ":merchantId/orders/:orderId/updateLineItemShippingDetails", "responses": [ { "uuid": "2a43e758-9d2b-4e36-8638-4c5944fa6dc3", "body": "{\n \"executionStatus\": \"\",\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "1259953a-7b01-4d82-9910-288900b4945c", "documentation": "Updates the merchant order ID for a given order.", "method": "post", "endpoint": ":merchantId/orders/:orderId/updateMerchantOrderId", "responses": [ { "uuid": "3bafd7de-753d-400e-8cb8-7f3114e6764b", "body": "{\n \"executionStatus\": \"\",\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "3c3f2a9c-ce94-4847-89d0-e571b119bfc9", "documentation": "Updates a shipment's status, carrier, and/or tracking ID.", "method": "post", "endpoint": ":merchantId/orders/:orderId/updateShipment", "responses": [ { "uuid": "dda52b58-d886-413a-a272-b6e071bdd605", "body": "{\n \"executionStatus\": \"\",\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "850c6217-e40b-4b1d-acce-1e54c45010a8", "documentation": "Retrieves an order using merchant order ID.", "method": "get", "endpoint": ":merchantId/ordersbymerchantid/:merchantOrderId", "responses": [ { "uuid": "40472fa5-f79c-455b-9f51-a8e0ddbbe214", "body": "{\n \"kind\": \"\",\n \"order\": {\n \"acknowledged\": {{faker 'random.boolean'}},\n \"channelType\": \"\",\n \"customer\": {\n \"email\": \"\",\n \"explicitMarketingPreference\": {{faker 'random.boolean'}},\n \"fullName\": \"\",\n \"invoiceReceivingEmail\": \"\",\n \"marketingRightsInfo\": {\n \"explicitMarketingPreference\": \"\",\n \"lastUpdatedTimestamp\": \"\",\n \"marketingEmailAddress\": \"\"\n }\n },\n \"deliveryDetails\": {\n \"address\": {\n \"country\": \"\",\n \"fullAddress\": [\n \"\"\n ],\n \"isPostOfficeBox\": {{faker 'random.boolean'}},\n \"locality\": \"\",\n \"postalCode\": \"\",\n \"recipientName\": \"\",\n \"region\": \"\",\n \"streetAddress\": [\n \"\"\n ]\n },\n \"phoneNumber\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"\",\n \"lineItems\": [\n {\n \"annotations\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"cancellations\": [\n {\n \"actor\": \"\",\n \"creationDate\": \"\",\n \"quantity\": {{faker 'random.number'}},\n \"reason\": \"\",\n \"reasonText\": \"\"\n }\n ],\n \"id\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"product\": {\n \"brand\": \"\",\n \"channel\": \"\",\n \"condition\": \"\",\n \"contentLanguage\": \"\",\n \"fees\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"name\": \"\"\n }\n ],\n \"gtin\": \"\",\n \"id\": \"\",\n \"imageLink\": \"\",\n \"itemGroupId\": \"\",\n \"mpn\": \"\",\n \"offerId\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"shownImage\": \"\",\n \"targetCountry\": \"\",\n \"title\": \"\",\n \"variantAttributes\": [\n {\n \"dimension\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"quantityCanceled\": {{faker 'random.number'}},\n \"quantityDelivered\": {{faker 'random.number'}},\n \"quantityOrdered\": {{faker 'random.number'}},\n \"quantityPending\": {{faker 'random.number'}},\n \"quantityReadyForPickup\": {{faker 'random.number'}},\n \"quantityReturned\": {{faker 'random.number'}},\n \"quantityShipped\": {{faker 'random.number'}},\n \"returnInfo\": {\n \"daysToReturn\": {{faker 'random.number'}},\n \"isReturnable\": {{faker 'random.boolean'}},\n \"policyUrl\": \"\"\n },\n \"returns\": [\n {\n \"actor\": \"\",\n \"creationDate\": \"\",\n \"quantity\": {{faker 'random.number'}},\n \"reason\": \"\",\n \"reasonText\": \"\"\n }\n ],\n \"shippingDetails\": {\n \"deliverByDate\": \"\",\n \"method\": {\n \"carrier\": \"\",\n \"maxDaysInTransit\": {{faker 'random.number'}},\n \"methodName\": \"\",\n \"minDaysInTransit\": {{faker 'random.number'}}\n },\n \"shipByDate\": \"\",\n \"type\": \"\"\n },\n \"tax\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n }\n ],\n \"merchantId\": \"\",\n \"merchantOrderId\": \"\",\n \"netAmount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"paymentMethod\": {\n \"billingAddress\": {\n \"country\": \"\",\n \"fullAddress\": [\n \"\"\n ],\n \"isPostOfficeBox\": {{faker 'random.boolean'}},\n \"locality\": \"\",\n \"postalCode\": \"\",\n \"recipientName\": \"\",\n \"region\": \"\",\n \"streetAddress\": [\n \"\"\n ]\n },\n \"expirationMonth\": {{faker 'random.number'}},\n \"expirationYear\": {{faker 'random.number'}},\n \"lastFourDigits\": \"\",\n \"phoneNumber\": \"\",\n \"type\": \"\"\n },\n \"paymentStatus\": \"\",\n \"pickupDetails\": {\n \"address\": {\n \"country\": \"\",\n \"fullAddress\": [\n \"\"\n ],\n \"isPostOfficeBox\": {{faker 'random.boolean'}},\n \"locality\": \"\",\n \"postalCode\": \"\",\n \"recipientName\": \"\",\n \"region\": \"\",\n \"streetAddress\": [\n \"\"\n ]\n },\n \"collectors\": [\n {\n \"name\": \"\",\n \"phoneNumber\": \"\"\n }\n ],\n \"locationId\": \"\"\n },\n \"placedDate\": \"\",\n \"promotions\": [\n {\n \"benefits\": [\n {\n \"discount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"offerIds\": [\n \"\"\n ],\n \"subType\": \"\",\n \"taxImpact\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"type\": \"\"\n }\n ],\n \"effectiveDates\": \"\",\n \"genericRedemptionCode\": \"\",\n \"id\": \"\",\n \"longTitle\": \"\",\n \"productApplicability\": \"\",\n \"redemptionChannel\": \"\"\n }\n ],\n \"refunds\": [\n {\n \"actor\": \"\",\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"creationDate\": \"\",\n \"reason\": \"\",\n \"reasonText\": \"\"\n }\n ],\n \"shipments\": [\n {\n \"carrier\": \"\",\n \"creationDate\": \"\",\n \"deliveryDate\": \"\",\n \"id\": \"\",\n \"lineItems\": [\n {\n \"lineItemId\": \"\",\n \"productId\": \"\",\n \"quantity\": {{faker 'random.number'}}\n }\n ],\n \"scheduledDeliveryDetails\": {\n \"carrierPhoneNumber\": \"\",\n \"scheduledDate\": \"\"\n },\n \"status\": \"\",\n \"trackingId\": \"\"\n }\n ],\n \"shippingCost\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"shippingCostTax\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"shippingOption\": \"\",\n \"status\": \"\",\n \"taxCollector\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "177cf49b-1633-4f8e-bfac-a019b8085dd2", "documentation": "Submit inventory for the given merchant.", "method": "post", "endpoint": ":merchantId/pos/:targetMerchantId/inventory", "responses": [ { "uuid": "ed5e8e95-c089-49df-b8dd-d9980a20f931", "body": "{\n \"contentLanguage\": \"\",\n \"gtin\": \"\",\n \"itemId\": \"\",\n \"kind\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"quantity\": \"\",\n \"storeCode\": \"\",\n \"targetCountry\": \"\",\n \"timestamp\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "acefd8e3-9fa1-474a-8d05-22560110294f", "documentation": "Submit a sale event for the given merchant.", "method": "post", "endpoint": ":merchantId/pos/:targetMerchantId/sale", "responses": [ { "uuid": "c00b7a9b-5166-4d3a-8809-3369e9157cdb", "body": "{\n \"contentLanguage\": \"\",\n \"gtin\": \"\",\n \"itemId\": \"\",\n \"kind\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"quantity\": \"\",\n \"saleId\": \"\",\n \"storeCode\": \"\",\n \"targetCountry\": \"\",\n \"timestamp\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "f342c17a-8f33-415d-ab33-7fa6396e1604", "documentation": "Lists the stores of the target merchant.", "method": "get", "endpoint": ":merchantId/pos/:targetMerchantId/store", "responses": [ { "uuid": "f4eeab2b-de3c-4146-bf2a-10c6d5f710e2", "body": "{\n \"kind\": \"\",\n \"resources\": [\n {\n \"gcidCategory\": [\n \"\"\n ],\n \"kind\": \"\",\n \"phoneNumber\": \"\",\n \"placeId\": \"\",\n \"storeAddress\": \"\",\n \"storeCode\": \"\",\n \"storeName\": \"\",\n \"websiteUrl\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "c23b6419-bbf8-4e3b-8c61-13bd1f724878", "documentation": "Creates a store for the given merchant.", "method": "post", "endpoint": ":merchantId/pos/:targetMerchantId/store", "responses": [ { "uuid": "66501752-46ed-4f55-b144-701325a404eb", "body": "{\n \"gcidCategory\": [\n \"\"\n ],\n \"kind\": \"\",\n \"phoneNumber\": \"\",\n \"placeId\": \"\",\n \"storeAddress\": \"\",\n \"storeCode\": \"\",\n \"storeName\": \"\",\n \"websiteUrl\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "3f9d0ecd-1d5b-481b-8816-14ed41db25bd", "documentation": "Deletes a store for the given merchant.", "method": "delete", "endpoint": ":merchantId/pos/:targetMerchantId/store/:storeCode", "responses": [ { "uuid": "c92ba9a0-ae87-4dc7-a261-77684b63878f", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "9e05e21f-d4b0-49de-8398-351ed14d7cb2", "documentation": "Retrieves information about the given store.", "method": "get", "endpoint": ":merchantId/pos/:targetMerchantId/store/:storeCode", "responses": [ { "uuid": "a500c461-2157-4681-b000-16feeaca5014", "body": "{\n \"gcidCategory\": [\n \"\"\n ],\n \"kind\": \"\",\n \"phoneNumber\": \"\",\n \"placeId\": \"\",\n \"storeAddress\": \"\",\n \"storeCode\": \"\",\n \"storeName\": \"\",\n \"websiteUrl\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "138f7890-931b-4822-b760-6b5c757503a0", "documentation": "Lists the products in your Merchant Center account. The response might contain fewer items than specified by maxResults. Rely on nextPageToken to determine if there are more items to be requested.", "method": "get", "endpoint": ":merchantId/products", "responses": [ { "uuid": "85828fac-1df5-467a-bd8a-25cbfddec92a", "body": "{\n \"kind\": \"\",\n \"nextPageToken\": \"\",\n \"resources\": [\n {\n \"additionalImageLinks\": [\n \"\"\n ],\n \"additionalProductTypes\": [\n \"\"\n ],\n \"adult\": {{faker 'random.boolean'}},\n \"adwordsGrouping\": \"\",\n \"adwordsLabels\": [\n \"\"\n ],\n \"adwordsRedirect\": \"\",\n \"ageGroup\": \"\",\n \"aspects\": [\n {\n \"aspectName\": \"\",\n \"destinationName\": \"\",\n \"intention\": \"\"\n }\n ],\n \"availability\": \"\",\n \"availabilityDate\": \"\",\n \"brand\": \"\",\n \"canonicalLink\": \"\",\n \"channel\": \"\",\n \"color\": \"\",\n \"condition\": \"\",\n \"contentLanguage\": \"\",\n \"costOfGoodsSold\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"customAttributes\": [\n {\n \"name\": \"\",\n \"type\": \"\",\n \"unit\": \"\",\n \"value\": \"\"\n }\n ],\n \"customGroups\": [\n {\n \"attributes\": [\n {\n \"name\": \"\",\n \"type\": \"\",\n \"unit\": \"\",\n \"value\": \"\"\n }\n ],\n \"name\": \"\"\n }\n ],\n \"customLabel0\": \"\",\n \"customLabel1\": \"\",\n \"customLabel2\": \"\",\n \"customLabel3\": \"\",\n \"customLabel4\": \"\",\n \"description\": \"\",\n \"destinations\": [\n {\n \"destinationName\": \"\",\n \"intention\": \"\"\n }\n ],\n \"displayAdsId\": \"\",\n \"displayAdsLink\": \"\",\n \"displayAdsSimilarIds\": [\n \"\"\n ],\n \"displayAdsTitle\": \"\",\n \"displayAdsValue\": {{faker 'random.float'}},\n \"energyEfficiencyClass\": \"\",\n \"expirationDate\": \"\",\n \"gender\": \"\",\n \"googleProductCategory\": \"\",\n \"gtin\": \"\",\n \"id\": \"\",\n \"identifierExists\": {{faker 'random.boolean'}},\n \"imageLink\": \"\",\n \"installment\": {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"months\": \"\"\n },\n \"isBundle\": {{faker 'random.boolean'}},\n \"itemGroupId\": \"\",\n \"kind\": \"\",\n \"link\": \"\",\n \"loyaltyPoints\": {\n \"name\": \"\",\n \"pointsValue\": \"\",\n \"ratio\": {{faker 'random.float'}}\n },\n \"material\": \"\",\n \"maxEnergyEfficiencyClass\": \"\",\n \"maxHandlingTime\": \"\",\n \"minEnergyEfficiencyClass\": \"\",\n \"minHandlingTime\": \"\",\n \"mobileLink\": \"\",\n \"mpn\": \"\",\n \"multipack\": \"\",\n \"offerId\": \"\",\n \"onlineOnly\": {{faker 'random.boolean'}},\n \"pattern\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"productType\": \"\",\n \"promotionIds\": [\n \"\"\n ],\n \"salePrice\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"salePriceEffectiveDate\": \"\",\n \"sellOnGoogleQuantity\": \"\",\n \"shipping\": [\n {\n \"country\": \"\",\n \"locationGroupName\": \"\",\n \"locationId\": \"\",\n \"postalCode\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"region\": \"\",\n \"service\": \"\"\n }\n ],\n \"shippingHeight\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"shippingLabel\": \"\",\n \"shippingLength\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"shippingWeight\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"shippingWidth\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"sizeSystem\": \"\",\n \"sizeType\": \"\",\n \"sizes\": [\n \"\"\n ],\n \"source\": \"\",\n \"targetCountry\": \"\",\n \"taxes\": [\n {\n \"country\": \"\",\n \"locationId\": \"\",\n \"postalCode\": \"\",\n \"rate\": {{faker 'random.float'}},\n \"region\": \"\",\n \"taxShip\": {{faker 'random.boolean'}}\n }\n ],\n \"title\": \"\",\n \"unitPricingBaseMeasure\": {\n \"unit\": \"\",\n \"value\": \"\"\n },\n \"unitPricingMeasure\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"validatedDestinations\": [\n \"\"\n ],\n \"warnings\": [\n {\n \"domain\": \"\",\n \"message\": \"\",\n \"reason\": \"\"\n }\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "ccfc02cb-3484-40b4-85e8-c9d1acb79be4", "documentation": "Uploads a product to your Merchant Center account. If an item with the same channel, contentLanguage, offerId, and targetCountry already exists, this method updates that entry.", "method": "post", "endpoint": ":merchantId/products", "responses": [ { "uuid": "66aaaf36-8827-465c-a627-12409ca48a7f", "body": "{\n \"additionalImageLinks\": [\n \"\"\n ],\n \"additionalProductTypes\": [\n \"\"\n ],\n \"adult\": {{faker 'random.boolean'}},\n \"adwordsGrouping\": \"\",\n \"adwordsLabels\": [\n \"\"\n ],\n \"adwordsRedirect\": \"\",\n \"ageGroup\": \"\",\n \"aspects\": [\n {\n \"aspectName\": \"\",\n \"destinationName\": \"\",\n \"intention\": \"\"\n }\n ],\n \"availability\": \"\",\n \"availabilityDate\": \"\",\n \"brand\": \"\",\n \"canonicalLink\": \"\",\n \"channel\": \"\",\n \"color\": \"\",\n \"condition\": \"\",\n \"contentLanguage\": \"\",\n \"costOfGoodsSold\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"customAttributes\": [\n {\n \"name\": \"\",\n \"type\": \"\",\n \"unit\": \"\",\n \"value\": \"\"\n }\n ],\n \"customGroups\": [\n {\n \"attributes\": [\n {\n \"name\": \"\",\n \"type\": \"\",\n \"unit\": \"\",\n \"value\": \"\"\n }\n ],\n \"name\": \"\"\n }\n ],\n \"customLabel0\": \"\",\n \"customLabel1\": \"\",\n \"customLabel2\": \"\",\n \"customLabel3\": \"\",\n \"customLabel4\": \"\",\n \"description\": \"\",\n \"destinations\": [\n {\n \"destinationName\": \"\",\n \"intention\": \"\"\n }\n ],\n \"displayAdsId\": \"\",\n \"displayAdsLink\": \"\",\n \"displayAdsSimilarIds\": [\n \"\"\n ],\n \"displayAdsTitle\": \"\",\n \"displayAdsValue\": {{faker 'random.float'}},\n \"energyEfficiencyClass\": \"\",\n \"expirationDate\": \"\",\n \"gender\": \"\",\n \"googleProductCategory\": \"\",\n \"gtin\": \"\",\n \"id\": \"\",\n \"identifierExists\": {{faker 'random.boolean'}},\n \"imageLink\": \"\",\n \"installment\": {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"months\": \"\"\n },\n \"isBundle\": {{faker 'random.boolean'}},\n \"itemGroupId\": \"\",\n \"kind\": \"\",\n \"link\": \"\",\n \"loyaltyPoints\": {\n \"name\": \"\",\n \"pointsValue\": \"\",\n \"ratio\": {{faker 'random.float'}}\n },\n \"material\": \"\",\n \"maxEnergyEfficiencyClass\": \"\",\n \"maxHandlingTime\": \"\",\n \"minEnergyEfficiencyClass\": \"\",\n \"minHandlingTime\": \"\",\n \"mobileLink\": \"\",\n \"mpn\": \"\",\n \"multipack\": \"\",\n \"offerId\": \"\",\n \"onlineOnly\": {{faker 'random.boolean'}},\n \"pattern\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"productType\": \"\",\n \"promotionIds\": [\n \"\"\n ],\n \"salePrice\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"salePriceEffectiveDate\": \"\",\n \"sellOnGoogleQuantity\": \"\",\n \"shipping\": [\n {\n \"country\": \"\",\n \"locationGroupName\": \"\",\n \"locationId\": \"\",\n \"postalCode\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"region\": \"\",\n \"service\": \"\"\n }\n ],\n \"shippingHeight\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"shippingLabel\": \"\",\n \"shippingLength\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"shippingWeight\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"shippingWidth\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"sizeSystem\": \"\",\n \"sizeType\": \"\",\n \"sizes\": [\n \"\"\n ],\n \"source\": \"\",\n \"targetCountry\": \"\",\n \"taxes\": [\n {\n \"country\": \"\",\n \"locationId\": \"\",\n \"postalCode\": \"\",\n \"rate\": {{faker 'random.float'}},\n \"region\": \"\",\n \"taxShip\": {{faker 'random.boolean'}}\n }\n ],\n \"title\": \"\",\n \"unitPricingBaseMeasure\": {\n \"unit\": \"\",\n \"value\": \"\"\n },\n \"unitPricingMeasure\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"validatedDestinations\": [\n \"\"\n ],\n \"warnings\": [\n {\n \"domain\": \"\",\n \"message\": \"\",\n \"reason\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "6aeab252-8167-472e-a5a4-c91360516a3a", "documentation": "Deletes a product from your Merchant Center account.", "method": "delete", "endpoint": ":merchantId/products/:productId", "responses": [ { "uuid": "de3f4973-2d27-47b9-b969-ec6b5497bcc7", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "e1adde1b-6dae-4bc6-a56a-6dbc7040e3bc", "documentation": "Retrieves a product from your Merchant Center account.", "method": "get", "endpoint": ":merchantId/products/:productId", "responses": [ { "uuid": "888f50db-14b0-4312-9e2d-5de04e8c382a", "body": "{\n \"additionalImageLinks\": [\n \"\"\n ],\n \"additionalProductTypes\": [\n \"\"\n ],\n \"adult\": {{faker 'random.boolean'}},\n \"adwordsGrouping\": \"\",\n \"adwordsLabels\": [\n \"\"\n ],\n \"adwordsRedirect\": \"\",\n \"ageGroup\": \"\",\n \"aspects\": [\n {\n \"aspectName\": \"\",\n \"destinationName\": \"\",\n \"intention\": \"\"\n }\n ],\n \"availability\": \"\",\n \"availabilityDate\": \"\",\n \"brand\": \"\",\n \"canonicalLink\": \"\",\n \"channel\": \"\",\n \"color\": \"\",\n \"condition\": \"\",\n \"contentLanguage\": \"\",\n \"costOfGoodsSold\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"customAttributes\": [\n {\n \"name\": \"\",\n \"type\": \"\",\n \"unit\": \"\",\n \"value\": \"\"\n }\n ],\n \"customGroups\": [\n {\n \"attributes\": [\n {\n \"name\": \"\",\n \"type\": \"\",\n \"unit\": \"\",\n \"value\": \"\"\n }\n ],\n \"name\": \"\"\n }\n ],\n \"customLabel0\": \"\",\n \"customLabel1\": \"\",\n \"customLabel2\": \"\",\n \"customLabel3\": \"\",\n \"customLabel4\": \"\",\n \"description\": \"\",\n \"destinations\": [\n {\n \"destinationName\": \"\",\n \"intention\": \"\"\n }\n ],\n \"displayAdsId\": \"\",\n \"displayAdsLink\": \"\",\n \"displayAdsSimilarIds\": [\n \"\"\n ],\n \"displayAdsTitle\": \"\",\n \"displayAdsValue\": {{faker 'random.float'}},\n \"energyEfficiencyClass\": \"\",\n \"expirationDate\": \"\",\n \"gender\": \"\",\n \"googleProductCategory\": \"\",\n \"gtin\": \"\",\n \"id\": \"\",\n \"identifierExists\": {{faker 'random.boolean'}},\n \"imageLink\": \"\",\n \"installment\": {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"months\": \"\"\n },\n \"isBundle\": {{faker 'random.boolean'}},\n \"itemGroupId\": \"\",\n \"kind\": \"\",\n \"link\": \"\",\n \"loyaltyPoints\": {\n \"name\": \"\",\n \"pointsValue\": \"\",\n \"ratio\": {{faker 'random.float'}}\n },\n \"material\": \"\",\n \"maxEnergyEfficiencyClass\": \"\",\n \"maxHandlingTime\": \"\",\n \"minEnergyEfficiencyClass\": \"\",\n \"minHandlingTime\": \"\",\n \"mobileLink\": \"\",\n \"mpn\": \"\",\n \"multipack\": \"\",\n \"offerId\": \"\",\n \"onlineOnly\": {{faker 'random.boolean'}},\n \"pattern\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"productType\": \"\",\n \"promotionIds\": [\n \"\"\n ],\n \"salePrice\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"salePriceEffectiveDate\": \"\",\n \"sellOnGoogleQuantity\": \"\",\n \"shipping\": [\n {\n \"country\": \"\",\n \"locationGroupName\": \"\",\n \"locationId\": \"\",\n \"postalCode\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"region\": \"\",\n \"service\": \"\"\n }\n ],\n \"shippingHeight\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"shippingLabel\": \"\",\n \"shippingLength\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"shippingWeight\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"shippingWidth\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"sizeSystem\": \"\",\n \"sizeType\": \"\",\n \"sizes\": [\n \"\"\n ],\n \"source\": \"\",\n \"targetCountry\": \"\",\n \"taxes\": [\n {\n \"country\": \"\",\n \"locationId\": \"\",\n \"postalCode\": \"\",\n \"rate\": {{faker 'random.float'}},\n \"region\": \"\",\n \"taxShip\": {{faker 'random.boolean'}}\n }\n ],\n \"title\": \"\",\n \"unitPricingBaseMeasure\": {\n \"unit\": \"\",\n \"value\": \"\"\n },\n \"unitPricingMeasure\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"validatedDestinations\": [\n \"\"\n ],\n \"warnings\": [\n {\n \"domain\": \"\",\n \"message\": \"\",\n \"reason\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "d9f860f8-18cf-4fd5-8058-b31a5a32a5f1", "documentation": "Lists the statuses of the products in your Merchant Center account.", "method": "get", "endpoint": ":merchantId/productstatuses", "responses": [ { "uuid": "2747d91e-e606-402e-ae84-4d534ae0675e", "body": "{\n \"kind\": \"\",\n \"nextPageToken\": \"\",\n \"resources\": [\n {\n \"creationDate\": \"\",\n \"dataQualityIssues\": [\n {\n \"destination\": \"\",\n \"detail\": \"\",\n \"fetchStatus\": \"\",\n \"id\": \"\",\n \"location\": \"\",\n \"severity\": \"\",\n \"timestamp\": \"\",\n \"valueOnLandingPage\": \"\",\n \"valueProvided\": \"\"\n }\n ],\n \"destinationStatuses\": [\n {\n \"approvalPending\": {{faker 'random.boolean'}},\n \"approvalStatus\": \"\",\n \"destination\": \"\",\n \"intention\": \"\"\n }\n ],\n \"googleExpirationDate\": \"\",\n \"itemLevelIssues\": [\n {\n \"attributeName\": \"\",\n \"code\": \"\",\n \"description\": \"\",\n \"destination\": \"\",\n \"detail\": \"\",\n \"documentation\": \"\",\n \"resolution\": \"\",\n \"servability\": \"\"\n }\n ],\n \"kind\": \"\",\n \"lastUpdateDate\": \"\",\n \"link\": \"\",\n \"product\": {\n \"additionalImageLinks\": [\n \"\"\n ],\n \"additionalProductTypes\": [\n \"\"\n ],\n \"adult\": {{faker 'random.boolean'}},\n \"adwordsGrouping\": \"\",\n \"adwordsLabels\": [\n \"\"\n ],\n \"adwordsRedirect\": \"\",\n \"ageGroup\": \"\",\n \"aspects\": [\n {\n \"aspectName\": \"\",\n \"destinationName\": \"\",\n \"intention\": \"\"\n }\n ],\n \"availability\": \"\",\n \"availabilityDate\": \"\",\n \"brand\": \"\",\n \"canonicalLink\": \"\",\n \"channel\": \"\",\n \"color\": \"\",\n \"condition\": \"\",\n \"contentLanguage\": \"\",\n \"costOfGoodsSold\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"customAttributes\": [\n {\n \"name\": \"\",\n \"type\": \"\",\n \"unit\": \"\",\n \"value\": \"\"\n }\n ],\n \"customGroups\": [\n {\n \"attributes\": [\n {\n \"name\": \"\",\n \"type\": \"\",\n \"unit\": \"\",\n \"value\": \"\"\n }\n ],\n \"name\": \"\"\n }\n ],\n \"customLabel0\": \"\",\n \"customLabel1\": \"\",\n \"customLabel2\": \"\",\n \"customLabel3\": \"\",\n \"customLabel4\": \"\",\n \"description\": \"\",\n \"destinations\": [\n {\n \"destinationName\": \"\",\n \"intention\": \"\"\n }\n ],\n \"displayAdsId\": \"\",\n \"displayAdsLink\": \"\",\n \"displayAdsSimilarIds\": [\n \"\"\n ],\n \"displayAdsTitle\": \"\",\n \"displayAdsValue\": {{faker 'random.float'}},\n \"energyEfficiencyClass\": \"\",\n \"expirationDate\": \"\",\n \"gender\": \"\",\n \"googleProductCategory\": \"\",\n \"gtin\": \"\",\n \"id\": \"\",\n \"identifierExists\": {{faker 'random.boolean'}},\n \"imageLink\": \"\",\n \"installment\": {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"months\": \"\"\n },\n \"isBundle\": {{faker 'random.boolean'}},\n \"itemGroupId\": \"\",\n \"kind\": \"\",\n \"link\": \"\",\n \"loyaltyPoints\": {\n \"name\": \"\",\n \"pointsValue\": \"\",\n \"ratio\": {{faker 'random.float'}}\n },\n \"material\": \"\",\n \"maxEnergyEfficiencyClass\": \"\",\n \"maxHandlingTime\": \"\",\n \"minEnergyEfficiencyClass\": \"\",\n \"minHandlingTime\": \"\",\n \"mobileLink\": \"\",\n \"mpn\": \"\",\n \"multipack\": \"\",\n \"offerId\": \"\",\n \"onlineOnly\": {{faker 'random.boolean'}},\n \"pattern\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"productType\": \"\",\n \"promotionIds\": [\n \"\"\n ],\n \"salePrice\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"salePriceEffectiveDate\": \"\",\n \"sellOnGoogleQuantity\": \"\",\n \"shipping\": [\n {\n \"country\": \"\",\n \"locationGroupName\": \"\",\n \"locationId\": \"\",\n \"postalCode\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"region\": \"\",\n \"service\": \"\"\n }\n ],\n \"shippingHeight\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"shippingLabel\": \"\",\n \"shippingLength\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"shippingWeight\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"shippingWidth\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"sizeSystem\": \"\",\n \"sizeType\": \"\",\n \"sizes\": [\n \"\"\n ],\n \"source\": \"\",\n \"targetCountry\": \"\",\n \"taxes\": [\n {\n \"country\": \"\",\n \"locationId\": \"\",\n \"postalCode\": \"\",\n \"rate\": {{faker 'random.float'}},\n \"region\": \"\",\n \"taxShip\": {{faker 'random.boolean'}}\n }\n ],\n \"title\": \"\",\n \"unitPricingBaseMeasure\": {\n \"unit\": \"\",\n \"value\": \"\"\n },\n \"unitPricingMeasure\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"validatedDestinations\": [\n \"\"\n ],\n \"warnings\": [\n {\n \"domain\": \"\",\n \"message\": \"\",\n \"reason\": \"\"\n }\n ]\n },\n \"productId\": \"\",\n \"title\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "11d7aa1e-07d9-4ac8-954a-1156a8fa9b5a", "documentation": "Gets the status of a product from your Merchant Center account.", "method": "get", "endpoint": ":merchantId/productstatuses/:productId", "responses": [ { "uuid": "08496fcc-3df5-48de-b690-800969df428f", "body": "{\n \"creationDate\": \"\",\n \"dataQualityIssues\": [\n {\n \"destination\": \"\",\n \"detail\": \"\",\n \"fetchStatus\": \"\",\n \"id\": \"\",\n \"location\": \"\",\n \"severity\": \"\",\n \"timestamp\": \"\",\n \"valueOnLandingPage\": \"\",\n \"valueProvided\": \"\"\n }\n ],\n \"destinationStatuses\": [\n {\n \"approvalPending\": {{faker 'random.boolean'}},\n \"approvalStatus\": \"\",\n \"destination\": \"\",\n \"intention\": \"\"\n }\n ],\n \"googleExpirationDate\": \"\",\n \"itemLevelIssues\": [\n {\n \"attributeName\": \"\",\n \"code\": \"\",\n \"description\": \"\",\n \"destination\": \"\",\n \"detail\": \"\",\n \"documentation\": \"\",\n \"resolution\": \"\",\n \"servability\": \"\"\n }\n ],\n \"kind\": \"\",\n \"lastUpdateDate\": \"\",\n \"link\": \"\",\n \"product\": {\n \"additionalImageLinks\": [\n \"\"\n ],\n \"additionalProductTypes\": [\n \"\"\n ],\n \"adult\": {{faker 'random.boolean'}},\n \"adwordsGrouping\": \"\",\n \"adwordsLabels\": [\n \"\"\n ],\n \"adwordsRedirect\": \"\",\n \"ageGroup\": \"\",\n \"aspects\": [\n {\n \"aspectName\": \"\",\n \"destinationName\": \"\",\n \"intention\": \"\"\n }\n ],\n \"availability\": \"\",\n \"availabilityDate\": \"\",\n \"brand\": \"\",\n \"canonicalLink\": \"\",\n \"channel\": \"\",\n \"color\": \"\",\n \"condition\": \"\",\n \"contentLanguage\": \"\",\n \"costOfGoodsSold\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"customAttributes\": [\n {\n \"name\": \"\",\n \"type\": \"\",\n \"unit\": \"\",\n \"value\": \"\"\n }\n ],\n \"customGroups\": [\n {\n \"attributes\": [\n {\n \"name\": \"\",\n \"type\": \"\",\n \"unit\": \"\",\n \"value\": \"\"\n }\n ],\n \"name\": \"\"\n }\n ],\n \"customLabel0\": \"\",\n \"customLabel1\": \"\",\n \"customLabel2\": \"\",\n \"customLabel3\": \"\",\n \"customLabel4\": \"\",\n \"description\": \"\",\n \"destinations\": [\n {\n \"destinationName\": \"\",\n \"intention\": \"\"\n }\n ],\n \"displayAdsId\": \"\",\n \"displayAdsLink\": \"\",\n \"displayAdsSimilarIds\": [\n \"\"\n ],\n \"displayAdsTitle\": \"\",\n \"displayAdsValue\": {{faker 'random.float'}},\n \"energyEfficiencyClass\": \"\",\n \"expirationDate\": \"\",\n \"gender\": \"\",\n \"googleProductCategory\": \"\",\n \"gtin\": \"\",\n \"id\": \"\",\n \"identifierExists\": {{faker 'random.boolean'}},\n \"imageLink\": \"\",\n \"installment\": {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"months\": \"\"\n },\n \"isBundle\": {{faker 'random.boolean'}},\n \"itemGroupId\": \"\",\n \"kind\": \"\",\n \"link\": \"\",\n \"loyaltyPoints\": {\n \"name\": \"\",\n \"pointsValue\": \"\",\n \"ratio\": {{faker 'random.float'}}\n },\n \"material\": \"\",\n \"maxEnergyEfficiencyClass\": \"\",\n \"maxHandlingTime\": \"\",\n \"minEnergyEfficiencyClass\": \"\",\n \"minHandlingTime\": \"\",\n \"mobileLink\": \"\",\n \"mpn\": \"\",\n \"multipack\": \"\",\n \"offerId\": \"\",\n \"onlineOnly\": {{faker 'random.boolean'}},\n \"pattern\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"productType\": \"\",\n \"promotionIds\": [\n \"\"\n ],\n \"salePrice\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"salePriceEffectiveDate\": \"\",\n \"sellOnGoogleQuantity\": \"\",\n \"shipping\": [\n {\n \"country\": \"\",\n \"locationGroupName\": \"\",\n \"locationId\": \"\",\n \"postalCode\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"region\": \"\",\n \"service\": \"\"\n }\n ],\n \"shippingHeight\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"shippingLabel\": \"\",\n \"shippingLength\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"shippingWeight\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"shippingWidth\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"sizeSystem\": \"\",\n \"sizeType\": \"\",\n \"sizes\": [\n \"\"\n ],\n \"source\": \"\",\n \"targetCountry\": \"\",\n \"taxes\": [\n {\n \"country\": \"\",\n \"locationId\": \"\",\n \"postalCode\": \"\",\n \"rate\": {{faker 'random.float'}},\n \"region\": \"\",\n \"taxShip\": {{faker 'random.boolean'}}\n }\n ],\n \"title\": \"\",\n \"unitPricingBaseMeasure\": {\n \"unit\": \"\",\n \"value\": \"\"\n },\n \"unitPricingMeasure\": {\n \"unit\": \"\",\n \"value\": {{faker 'random.float'}}\n },\n \"validatedDestinations\": [\n \"\"\n ],\n \"warnings\": [\n {\n \"domain\": \"\",\n \"message\": \"\",\n \"reason\": \"\"\n }\n ]\n },\n \"productId\": \"\",\n \"title\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "550f7ae1-7ce8-4185-ae8f-cacc25c331c0", "documentation": "Lists the shipping settings of the sub-accounts in your Merchant Center account.", "method": "get", "endpoint": ":merchantId/shippingsettings", "responses": [ { "uuid": "3fe13164-c4f3-4beb-9d39-d61b7b60719e", "body": "{\n \"kind\": \"\",\n \"nextPageToken\": \"\",\n \"resources\": [\n {\n \"accountId\": \"\",\n \"postalCodeGroups\": [\n {\n \"country\": \"\",\n \"name\": \"\",\n \"postalCodeRanges\": [\n {\n \"postalCodeRangeBegin\": \"\",\n \"postalCodeRangeEnd\": \"\"\n }\n ]\n }\n ],\n \"services\": [\n {\n \"active\": {{faker 'random.boolean'}},\n \"currency\": \"\",\n \"deliveryCountry\": \"\",\n \"deliveryTime\": {\n \"cutoffTime\": {\n \"hour\": {{faker 'random.number'}},\n \"minute\": {{faker 'random.number'}},\n \"timezone\": \"\"\n },\n \"handlingBusinessDayConfig\": {\n \"businessDays\": [\n \"\"\n ]\n },\n \"holidayCutoffs\": [\n {\n \"deadlineDate\": \"\",\n \"deadlineHour\": {{faker 'random.number'}},\n \"deadlineTimezone\": \"\",\n \"holidayId\": \"\",\n \"visibleFromDate\": \"\"\n }\n ],\n \"maxHandlingTimeInDays\": {{faker 'random.number'}},\n \"maxTransitTimeInDays\": {{faker 'random.number'}},\n \"minHandlingTimeInDays\": {{faker 'random.number'}},\n \"minTransitTimeInDays\": {{faker 'random.number'}},\n \"transitBusinessDayConfig\": {\n \"businessDays\": [\n \"\"\n ]\n },\n \"transitTimeTable\": {\n \"postalCodeGroupNames\": [\n \"\"\n ],\n \"rows\": [\n {\n \"values\": [\n {\n \"maxTransitTimeInDays\": {{faker 'random.number'}},\n \"minTransitTimeInDays\": {{faker 'random.number'}}\n }\n ]\n }\n ],\n \"transitTimeLabels\": [\n \"\"\n ]\n },\n \"warehouseBasedDeliveryTimes\": [\n {\n \"carrier\": \"\",\n \"carrierService\": \"\",\n \"originAdministrativeArea\": \"\",\n \"originCity\": \"\",\n \"originCountry\": \"\",\n \"originPostalCode\": \"\",\n \"originStreetAddress\": \"\",\n \"warehouseName\": \"\"\n }\n ]\n },\n \"eligibility\": \"\",\n \"minimumOrderValue\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"minimumOrderValueTable\": {\n \"storeCodeSetWithMovs\": [\n {\n \"storeCodes\": [\n \"\"\n ],\n \"value\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n }\n ]\n },\n \"name\": \"\",\n \"pickupService\": {\n \"carrierName\": \"\",\n \"serviceName\": \"\"\n },\n \"rateGroups\": [\n {\n \"applicableShippingLabels\": [\n \"\"\n ],\n \"carrierRates\": [\n {\n \"carrierName\": \"\",\n \"carrierService\": \"\",\n \"flatAdjustment\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"name\": \"\",\n \"originPostalCode\": \"\",\n \"percentageAdjustment\": \"\"\n }\n ],\n \"mainTable\": {\n \"columnHeaders\": {\n \"locations\": [\n {\n \"locationIds\": [\n \"\"\n ]\n }\n ],\n \"numberOfItems\": [\n \"\"\n ],\n \"postalCodeGroupNames\": [\n \"\"\n ],\n \"prices\": [\n {\n \"currency\": \"\",\n \"value\": \"\"\n }\n ],\n \"weights\": [\n {\n \"unit\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"name\": \"\",\n \"rowHeaders\": {\n \"locations\": [\n {\n \"locationIds\": [\n \"\"\n ]\n }\n ],\n \"numberOfItems\": [\n \"\"\n ],\n \"postalCodeGroupNames\": [\n \"\"\n ],\n \"prices\": [\n {\n \"currency\": \"\",\n \"value\": \"\"\n }\n ],\n \"weights\": [\n {\n \"unit\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"rows\": [\n {\n \"cells\": [\n {\n \"carrierRateName\": \"\",\n \"flatRate\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"noShipping\": {{faker 'random.boolean'}},\n \"pricePercentage\": \"\",\n \"subtableName\": \"\"\n }\n ]\n }\n ]\n },\n \"name\": \"\",\n \"singleValue\": {\n \"carrierRateName\": \"\",\n \"flatRate\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"noShipping\": {{faker 'random.boolean'}},\n \"pricePercentage\": \"\",\n \"subtableName\": \"\"\n },\n \"subtables\": [\n {\n \"columnHeaders\": {\n \"locations\": [\n {\n \"locationIds\": [\n \"\"\n ]\n }\n ],\n \"numberOfItems\": [\n \"\"\n ],\n \"postalCodeGroupNames\": [\n \"\"\n ],\n \"prices\": [\n {\n \"currency\": \"\",\n \"value\": \"\"\n }\n ],\n \"weights\": [\n {\n \"unit\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"name\": \"\",\n \"rowHeaders\": {\n \"locations\": [\n {\n \"locationIds\": [\n \"\"\n ]\n }\n ],\n \"numberOfItems\": [\n \"\"\n ],\n \"postalCodeGroupNames\": [\n \"\"\n ],\n \"prices\": [\n {\n \"currency\": \"\",\n \"value\": \"\"\n }\n ],\n \"weights\": [\n {\n \"unit\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"rows\": [\n {\n \"cells\": [\n {\n \"carrierRateName\": \"\",\n \"flatRate\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"noShipping\": {{faker 'random.boolean'}},\n \"pricePercentage\": \"\",\n \"subtableName\": \"\"\n }\n ]\n }\n ]\n }\n ]\n }\n ],\n \"shipmentType\": \"\"\n }\n ],\n \"warehouses\": [\n {\n \"businessDayConfig\": {\n \"businessDays\": [\n \"\"\n ]\n },\n \"cutoffTime\": {\n \"hour\": {{faker 'random.number'}},\n \"minute\": {{faker 'random.number'}}\n },\n \"handlingDays\": \"\",\n \"name\": \"\",\n \"shippingAddress\": {\n \"administrativeArea\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"postalCode\": \"\",\n \"streetAddress\": \"\"\n }\n }\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "a0187c00-a5a0-48ff-b3dd-fa51789308b8", "documentation": "Retrieves the shipping settings of the account.", "method": "get", "endpoint": ":merchantId/shippingsettings/:accountId", "responses": [ { "uuid": "29074c0f-dabd-43be-8a13-e2be406a9a5f", "body": "{\n \"accountId\": \"\",\n \"postalCodeGroups\": [\n {\n \"country\": \"\",\n \"name\": \"\",\n \"postalCodeRanges\": [\n {\n \"postalCodeRangeBegin\": \"\",\n \"postalCodeRangeEnd\": \"\"\n }\n ]\n }\n ],\n \"services\": [\n {\n \"active\": {{faker 'random.boolean'}},\n \"currency\": \"\",\n \"deliveryCountry\": \"\",\n \"deliveryTime\": {\n \"cutoffTime\": {\n \"hour\": {{faker 'random.number'}},\n \"minute\": {{faker 'random.number'}},\n \"timezone\": \"\"\n },\n \"handlingBusinessDayConfig\": {\n \"businessDays\": [\n \"\"\n ]\n },\n \"holidayCutoffs\": [\n {\n \"deadlineDate\": \"\",\n \"deadlineHour\": {{faker 'random.number'}},\n \"deadlineTimezone\": \"\",\n \"holidayId\": \"\",\n \"visibleFromDate\": \"\"\n }\n ],\n \"maxHandlingTimeInDays\": {{faker 'random.number'}},\n \"maxTransitTimeInDays\": {{faker 'random.number'}},\n \"minHandlingTimeInDays\": {{faker 'random.number'}},\n \"minTransitTimeInDays\": {{faker 'random.number'}},\n \"transitBusinessDayConfig\": {\n \"businessDays\": [\n \"\"\n ]\n },\n \"transitTimeTable\": {\n \"postalCodeGroupNames\": [\n \"\"\n ],\n \"rows\": [\n {\n \"values\": [\n {\n \"maxTransitTimeInDays\": {{faker 'random.number'}},\n \"minTransitTimeInDays\": {{faker 'random.number'}}\n }\n ]\n }\n ],\n \"transitTimeLabels\": [\n \"\"\n ]\n },\n \"warehouseBasedDeliveryTimes\": [\n {\n \"carrier\": \"\",\n \"carrierService\": \"\",\n \"originAdministrativeArea\": \"\",\n \"originCity\": \"\",\n \"originCountry\": \"\",\n \"originPostalCode\": \"\",\n \"originStreetAddress\": \"\",\n \"warehouseName\": \"\"\n }\n ]\n },\n \"eligibility\": \"\",\n \"minimumOrderValue\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"minimumOrderValueTable\": {\n \"storeCodeSetWithMovs\": [\n {\n \"storeCodes\": [\n \"\"\n ],\n \"value\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n }\n ]\n },\n \"name\": \"\",\n \"pickupService\": {\n \"carrierName\": \"\",\n \"serviceName\": \"\"\n },\n \"rateGroups\": [\n {\n \"applicableShippingLabels\": [\n \"\"\n ],\n \"carrierRates\": [\n {\n \"carrierName\": \"\",\n \"carrierService\": \"\",\n \"flatAdjustment\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"name\": \"\",\n \"originPostalCode\": \"\",\n \"percentageAdjustment\": \"\"\n }\n ],\n \"mainTable\": {\n \"columnHeaders\": {\n \"locations\": [\n {\n \"locationIds\": [\n \"\"\n ]\n }\n ],\n \"numberOfItems\": [\n \"\"\n ],\n \"postalCodeGroupNames\": [\n \"\"\n ],\n \"prices\": [\n {\n \"currency\": \"\",\n \"value\": \"\"\n }\n ],\n \"weights\": [\n {\n \"unit\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"name\": \"\",\n \"rowHeaders\": {\n \"locations\": [\n {\n \"locationIds\": [\n \"\"\n ]\n }\n ],\n \"numberOfItems\": [\n \"\"\n ],\n \"postalCodeGroupNames\": [\n \"\"\n ],\n \"prices\": [\n {\n \"currency\": \"\",\n \"value\": \"\"\n }\n ],\n \"weights\": [\n {\n \"unit\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"rows\": [\n {\n \"cells\": [\n {\n \"carrierRateName\": \"\",\n \"flatRate\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"noShipping\": {{faker 'random.boolean'}},\n \"pricePercentage\": \"\",\n \"subtableName\": \"\"\n }\n ]\n }\n ]\n },\n \"name\": \"\",\n \"singleValue\": {\n \"carrierRateName\": \"\",\n \"flatRate\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"noShipping\": {{faker 'random.boolean'}},\n \"pricePercentage\": \"\",\n \"subtableName\": \"\"\n },\n \"subtables\": [\n {\n \"columnHeaders\": {\n \"locations\": [\n {\n \"locationIds\": [\n \"\"\n ]\n }\n ],\n \"numberOfItems\": [\n \"\"\n ],\n \"postalCodeGroupNames\": [\n \"\"\n ],\n \"prices\": [\n {\n \"currency\": \"\",\n \"value\": \"\"\n }\n ],\n \"weights\": [\n {\n \"unit\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"name\": \"\",\n \"rowHeaders\": {\n \"locations\": [\n {\n \"locationIds\": [\n \"\"\n ]\n }\n ],\n \"numberOfItems\": [\n \"\"\n ],\n \"postalCodeGroupNames\": [\n \"\"\n ],\n \"prices\": [\n {\n \"currency\": \"\",\n \"value\": \"\"\n }\n ],\n \"weights\": [\n {\n \"unit\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"rows\": [\n {\n \"cells\": [\n {\n \"carrierRateName\": \"\",\n \"flatRate\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"noShipping\": {{faker 'random.boolean'}},\n \"pricePercentage\": \"\",\n \"subtableName\": \"\"\n }\n ]\n }\n ]\n }\n ]\n }\n ],\n \"shipmentType\": \"\"\n }\n ],\n \"warehouses\": [\n {\n \"businessDayConfig\": {\n \"businessDays\": [\n \"\"\n ]\n },\n \"cutoffTime\": {\n \"hour\": {{faker 'random.number'}},\n \"minute\": {{faker 'random.number'}}\n },\n \"handlingDays\": \"\",\n \"name\": \"\",\n \"shippingAddress\": {\n \"administrativeArea\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"postalCode\": \"\",\n \"streetAddress\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "b2cab37b-3f29-4311-a2f0-5c018149fadc", "documentation": "Updates the shipping settings of the account. Any fields that are not provided are deleted from the resource.", "method": "put", "endpoint": ":merchantId/shippingsettings/:accountId", "responses": [ { "uuid": "0c728cf7-2595-4684-aae6-f3d9e14383c6", "body": "{\n \"accountId\": \"\",\n \"postalCodeGroups\": [\n {\n \"country\": \"\",\n \"name\": \"\",\n \"postalCodeRanges\": [\n {\n \"postalCodeRangeBegin\": \"\",\n \"postalCodeRangeEnd\": \"\"\n }\n ]\n }\n ],\n \"services\": [\n {\n \"active\": {{faker 'random.boolean'}},\n \"currency\": \"\",\n \"deliveryCountry\": \"\",\n \"deliveryTime\": {\n \"cutoffTime\": {\n \"hour\": {{faker 'random.number'}},\n \"minute\": {{faker 'random.number'}},\n \"timezone\": \"\"\n },\n \"handlingBusinessDayConfig\": {\n \"businessDays\": [\n \"\"\n ]\n },\n \"holidayCutoffs\": [\n {\n \"deadlineDate\": \"\",\n \"deadlineHour\": {{faker 'random.number'}},\n \"deadlineTimezone\": \"\",\n \"holidayId\": \"\",\n \"visibleFromDate\": \"\"\n }\n ],\n \"maxHandlingTimeInDays\": {{faker 'random.number'}},\n \"maxTransitTimeInDays\": {{faker 'random.number'}},\n \"minHandlingTimeInDays\": {{faker 'random.number'}},\n \"minTransitTimeInDays\": {{faker 'random.number'}},\n \"transitBusinessDayConfig\": {\n \"businessDays\": [\n \"\"\n ]\n },\n \"transitTimeTable\": {\n \"postalCodeGroupNames\": [\n \"\"\n ],\n \"rows\": [\n {\n \"values\": [\n {\n \"maxTransitTimeInDays\": {{faker 'random.number'}},\n \"minTransitTimeInDays\": {{faker 'random.number'}}\n }\n ]\n }\n ],\n \"transitTimeLabels\": [\n \"\"\n ]\n },\n \"warehouseBasedDeliveryTimes\": [\n {\n \"carrier\": \"\",\n \"carrierService\": \"\",\n \"originAdministrativeArea\": \"\",\n \"originCity\": \"\",\n \"originCountry\": \"\",\n \"originPostalCode\": \"\",\n \"originStreetAddress\": \"\",\n \"warehouseName\": \"\"\n }\n ]\n },\n \"eligibility\": \"\",\n \"minimumOrderValue\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"minimumOrderValueTable\": {\n \"storeCodeSetWithMovs\": [\n {\n \"storeCodes\": [\n \"\"\n ],\n \"value\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n }\n ]\n },\n \"name\": \"\",\n \"pickupService\": {\n \"carrierName\": \"\",\n \"serviceName\": \"\"\n },\n \"rateGroups\": [\n {\n \"applicableShippingLabels\": [\n \"\"\n ],\n \"carrierRates\": [\n {\n \"carrierName\": \"\",\n \"carrierService\": \"\",\n \"flatAdjustment\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"name\": \"\",\n \"originPostalCode\": \"\",\n \"percentageAdjustment\": \"\"\n }\n ],\n \"mainTable\": {\n \"columnHeaders\": {\n \"locations\": [\n {\n \"locationIds\": [\n \"\"\n ]\n }\n ],\n \"numberOfItems\": [\n \"\"\n ],\n \"postalCodeGroupNames\": [\n \"\"\n ],\n \"prices\": [\n {\n \"currency\": \"\",\n \"value\": \"\"\n }\n ],\n \"weights\": [\n {\n \"unit\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"name\": \"\",\n \"rowHeaders\": {\n \"locations\": [\n {\n \"locationIds\": [\n \"\"\n ]\n }\n ],\n \"numberOfItems\": [\n \"\"\n ],\n \"postalCodeGroupNames\": [\n \"\"\n ],\n \"prices\": [\n {\n \"currency\": \"\",\n \"value\": \"\"\n }\n ],\n \"weights\": [\n {\n \"unit\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"rows\": [\n {\n \"cells\": [\n {\n \"carrierRateName\": \"\",\n \"flatRate\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"noShipping\": {{faker 'random.boolean'}},\n \"pricePercentage\": \"\",\n \"subtableName\": \"\"\n }\n ]\n }\n ]\n },\n \"name\": \"\",\n \"singleValue\": {\n \"carrierRateName\": \"\",\n \"flatRate\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"noShipping\": {{faker 'random.boolean'}},\n \"pricePercentage\": \"\",\n \"subtableName\": \"\"\n },\n \"subtables\": [\n {\n \"columnHeaders\": {\n \"locations\": [\n {\n \"locationIds\": [\n \"\"\n ]\n }\n ],\n \"numberOfItems\": [\n \"\"\n ],\n \"postalCodeGroupNames\": [\n \"\"\n ],\n \"prices\": [\n {\n \"currency\": \"\",\n \"value\": \"\"\n }\n ],\n \"weights\": [\n {\n \"unit\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"name\": \"\",\n \"rowHeaders\": {\n \"locations\": [\n {\n \"locationIds\": [\n \"\"\n ]\n }\n ],\n \"numberOfItems\": [\n \"\"\n ],\n \"postalCodeGroupNames\": [\n \"\"\n ],\n \"prices\": [\n {\n \"currency\": \"\",\n \"value\": \"\"\n }\n ],\n \"weights\": [\n {\n \"unit\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"rows\": [\n {\n \"cells\": [\n {\n \"carrierRateName\": \"\",\n \"flatRate\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"noShipping\": {{faker 'random.boolean'}},\n \"pricePercentage\": \"\",\n \"subtableName\": \"\"\n }\n ]\n }\n ]\n }\n ]\n }\n ],\n \"shipmentType\": \"\"\n }\n ],\n \"warehouses\": [\n {\n \"businessDayConfig\": {\n \"businessDays\": [\n \"\"\n ]\n },\n \"cutoffTime\": {\n \"hour\": {{faker 'random.number'}},\n \"minute\": {{faker 'random.number'}}\n },\n \"handlingDays\": \"\",\n \"name\": \"\",\n \"shippingAddress\": {\n \"administrativeArea\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"postalCode\": \"\",\n \"streetAddress\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "41a94e2e-043a-458f-8d38-3651bda3eea5", "documentation": "Retrieves supported carriers and carrier services for an account.", "method": "get", "endpoint": ":merchantId/supportedCarriers", "responses": [ { "uuid": "2e63b2e9-9dc6-4ee8-93f4-c3b4a9e93cb4", "body": "{\n \"carriers\": [\n {\n \"country\": \"\",\n \"eddServices\": [\n \"\"\n ],\n \"name\": \"\",\n \"services\": [\n \"\"\n ]\n }\n ],\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "64df9a7c-02ed-42c1-8a87-125b1214bd63", "documentation": "Retrieves supported holidays for an account.", "method": "get", "endpoint": ":merchantId/supportedHolidays", "responses": [ { "uuid": "282e957b-de73-403f-819d-3cfd47c738dd", "body": "{\n \"holidays\": [\n {\n \"countryCode\": \"\",\n \"date\": \"\",\n \"deliveryGuaranteeDate\": \"\",\n \"deliveryGuaranteeHour\": \"\",\n \"id\": \"\",\n \"type\": \"\"\n }\n ],\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "1d8a4af6-aa17-4088-b588-ff69822b247f", "documentation": "Retrieves supported pickup services for an account.", "method": "get", "endpoint": ":merchantId/supportedPickupServices", "responses": [ { "uuid": "5dedf1e8-66fe-4ddb-a3e6-42f47b8ba894", "body": "{\n \"kind\": \"\",\n \"pickupServices\": [\n {\n \"carrierName\": \"\",\n \"country\": \"\",\n \"serviceName\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "99e4a665-39ba-4952-bb76-93f492fadd00", "documentation": "Sandbox only. Creates a test order.", "method": "post", "endpoint": ":merchantId/testorders", "responses": [ { "uuid": "23939bd9-ac77-48ca-b257-8cdb38e03d48", "body": "{\n \"kind\": \"\",\n \"orderId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "8270216f-8a17-4f6a-9dde-57d3d47188bc", "documentation": "Sandbox only. Moves a test order from state \"`inProgress`\" to state \"`pendingShipment`\".", "method": "post", "endpoint": ":merchantId/testorders/:orderId/advance", "responses": [ { "uuid": "de06c845-90af-4e67-a5f3-0237bde9c086", "body": "{\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "faf3d0e4-9c96-497a-9b7d-40532a1e1014", "documentation": "Sandbox only. Cancels a test order for customer-initiated cancellation.", "method": "post", "endpoint": ":merchantId/testorders/:orderId/cancelByCustomer", "responses": [ { "uuid": "3f55b942-41d2-4898-b9e1-4ce8b8e50bc8", "body": "{\n \"kind\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "47076ddc-9709-48ad-aae3-c7756a0a84b6", "documentation": "Sandbox only. Retrieves an order template that can be used to quickly create a new order in sandbox.", "method": "get", "endpoint": ":merchantId/testordertemplates/:templateName", "responses": [ { "uuid": "d94e0d35-d7cf-42f7-9619-c263b32da6c7", "body": "{\n \"kind\": \"\",\n \"template\": {\n \"customer\": {\n \"email\": \"\",\n \"explicitMarketingPreference\": {{faker 'random.boolean'}},\n \"fullName\": \"\",\n \"marketingRightsInfo\": {\n \"explicitMarketingPreference\": \"\",\n \"lastUpdatedTimestamp\": \"\"\n }\n },\n \"enableOrderinvoices\": {{faker 'random.boolean'}},\n \"kind\": \"\",\n \"lineItems\": [\n {\n \"product\": {\n \"brand\": \"\",\n \"channel\": \"\",\n \"condition\": \"\",\n \"contentLanguage\": \"\",\n \"fees\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"name\": \"\"\n }\n ],\n \"gtin\": \"\",\n \"imageLink\": \"\",\n \"itemGroupId\": \"\",\n \"mpn\": \"\",\n \"offerId\": \"\",\n \"price\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"targetCountry\": \"\",\n \"title\": \"\",\n \"variantAttributes\": [\n {\n \"dimension\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"quantityOrdered\": {{faker 'random.number'}},\n \"returnInfo\": {\n \"daysToReturn\": {{faker 'random.number'}},\n \"isReturnable\": {{faker 'random.boolean'}},\n \"policyUrl\": \"\"\n },\n \"shippingDetails\": {\n \"deliverByDate\": \"\",\n \"method\": {\n \"carrier\": \"\",\n \"maxDaysInTransit\": {{faker 'random.number'}},\n \"methodName\": \"\",\n \"minDaysInTransit\": {{faker 'random.number'}}\n },\n \"shipByDate\": \"\",\n \"type\": \"\"\n },\n \"unitTax\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n }\n ],\n \"notificationMode\": \"\",\n \"paymentMethod\": {\n \"expirationMonth\": {{faker 'random.number'}},\n \"expirationYear\": {{faker 'random.number'}},\n \"lastFourDigits\": \"\",\n \"predefinedBillingAddress\": \"\",\n \"type\": \"\"\n },\n \"predefinedDeliveryAddress\": \"\",\n \"predefinedPickupDetails\": \"\",\n \"promotions\": [\n {\n \"benefits\": [\n {\n \"discount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"offerIds\": [\n \"\"\n ],\n \"subType\": \"\",\n \"taxImpact\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"type\": \"\"\n }\n ],\n \"effectiveDates\": \"\",\n \"genericRedemptionCode\": \"\",\n \"id\": \"\",\n \"longTitle\": \"\",\n \"productApplicability\": \"\",\n \"redemptionChannel\": \"\"\n }\n ],\n \"shippingCost\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"shippingCostTax\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"shippingOption\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [ { "key": "", "value": "" } ], "proxyResHeaders": [ { "key": "", "value": "" } ] }