-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update resources to schema 4.23.0 (#313)
- Loading branch information
Showing
131 changed files
with
714 additions
and
753 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"openapi": "3.1.0", | ||
"info": { | ||
"title": "Commerce Layer API", | ||
"version": "4.22.0", | ||
"version": "4.23.0", | ||
"contact": { | ||
"name": "API Support", | ||
"url": "https://commercelayer.io", | ||
|
@@ -67197,6 +67197,12 @@ | |
"example": "EU Market", | ||
"nullable": false | ||
}, | ||
"code": { | ||
"type": "string", | ||
"description": "A string that you can use to identify the market (must be unique within the environment).", | ||
"example": "europe1", | ||
"nullable": true | ||
}, | ||
"facebook_pixel_id": { | ||
"type": "string", | ||
"description": "The Facebook Pixed ID", | ||
|
@@ -67486,6 +67492,11 @@ | |
"description": "The market's internal name", | ||
"example": "EU Market" | ||
}, | ||
"code": { | ||
"type": "string", | ||
"description": "A string that you can use to identify the market (must be unique within the environment).", | ||
"example": "europe1" | ||
}, | ||
"facebook_pixel_id": { | ||
"type": "string", | ||
"description": "The Facebook Pixed ID", | ||
|
@@ -67737,6 +67748,12 @@ | |
"example": "EU Market", | ||
"nullable": false | ||
}, | ||
"code": { | ||
"type": "string", | ||
"description": "A string that you can use to identify the market (must be unique within the environment).", | ||
"example": "europe1", | ||
"nullable": true | ||
}, | ||
"facebook_pixel_id": { | ||
"type": "string", | ||
"description": "The Facebook Pixed ID", | ||
|
@@ -72434,7 +72451,7 @@ | |
}, | ||
"shipping_country_code_lock": { | ||
"type": "string", | ||
"description": "The country code that you want the shipping address to be locked to. This can be useful to make sure the shipping address belongs to a given shipping country, e.g. the one selected in a country selector page.", | ||
"description": "The country code that you want the shipping address to be locked to. This can be useful to make sure the shipping address belongs to a given shipping country, e.g. the one selected in a country selector page. Not relevant if order contains only digital products.", | ||
"example": "IT", | ||
"nullable": true | ||
}, | ||
|
@@ -73814,7 +73831,7 @@ | |
}, | ||
"shipping_country_code_lock": { | ||
"type": "string", | ||
"description": "The country code that you want the shipping address to be locked to. This can be useful to make sure the shipping address belongs to a given shipping country, e.g. the one selected in a country selector page.", | ||
"description": "The country code that you want the shipping address to be locked to. This can be useful to make sure the shipping address belongs to a given shipping country, e.g. the one selected in a country selector page. Not relevant if order contains only digital products.", | ||
"example": "IT" | ||
}, | ||
"coupon_code": { | ||
|
@@ -74181,7 +74198,7 @@ | |
}, | ||
"shipping_country_code_lock": { | ||
"type": "string", | ||
"description": "The country code that you want the shipping address to be locked to. This can be useful to make sure the shipping address belongs to a given shipping country, e.g. the one selected in a country selector page.", | ||
"description": "The country code that you want the shipping address to be locked to. This can be useful to make sure the shipping address belongs to a given shipping country, e.g. the one selected in a country selector page. Not relevant if order contains only digital products.", | ||
"example": "IT", | ||
"nullable": true | ||
}, | ||
|
@@ -82761,6 +82778,12 @@ | |
"example": "EU Price list", | ||
"nullable": false | ||
}, | ||
"code": { | ||
"type": "string", | ||
"description": "A string that you can use to identify the price list (must be unique within the environment).", | ||
"example": "europe1", | ||
"nullable": true | ||
}, | ||
"currency_code": { | ||
"type": "string", | ||
"description": "The international 3-letter currency code as defined by the ISO 4217 standard.", | ||
|
@@ -82910,6 +82933,11 @@ | |
"description": "The price list's internal name", | ||
"example": "EU Price list" | ||
}, | ||
"code": { | ||
"type": "string", | ||
"description": "A string that you can use to identify the price list (must be unique within the environment).", | ||
"example": "europe1" | ||
}, | ||
"currency_code": { | ||
"type": "string", | ||
"description": "The international 3-letter currency code as defined by the ISO 4217 standard.", | ||
|
@@ -82986,6 +83014,12 @@ | |
"example": "EU Price list", | ||
"nullable": false | ||
}, | ||
"code": { | ||
"type": "string", | ||
"description": "A string that you can use to identify the price list (must be unique within the environment).", | ||
"example": "europe1", | ||
"nullable": true | ||
}, | ||
"currency_code": { | ||
"type": "string", | ||
"description": "The international 3-letter currency code as defined by the ISO 4217 standard.", | ||
|
@@ -91554,6 +91588,12 @@ | |
"example": "Merchandise", | ||
"nullable": false | ||
}, | ||
"code": { | ||
"type": "string", | ||
"description": "A string that you can use to identify the shipping category (must be unique within the environment).", | ||
"example": "europe1", | ||
"nullable": true | ||
}, | ||
"created_at": { | ||
"type": "string", | ||
"description": "Time at which the resource was created.", | ||
|
@@ -91691,6 +91731,11 @@ | |
"description": "The shipping category name.", | ||
"example": "Merchandise" | ||
}, | ||
"code": { | ||
"type": "string", | ||
"description": "A string that you can use to identify the shipping category (must be unique within the environment).", | ||
"example": "europe1" | ||
}, | ||
"reference": { | ||
"type": "string", | ||
"description": "A string that you can use to add any external identifier to the resource. This can be useful for integrating the resource to an external system, like an ERP, a marketing tool, a CRM, or whatever.", | ||
|
@@ -91756,6 +91801,12 @@ | |
"example": "Merchandise", | ||
"nullable": false | ||
}, | ||
"code": { | ||
"type": "string", | ||
"description": "A string that you can use to identify the shipping category (must be unique within the environment).", | ||
"example": "europe1", | ||
"nullable": true | ||
}, | ||
"reference": { | ||
"type": "string", | ||
"description": "A string that you can use to add any external identifier to the resource. This can be useful for integrating the resource to an external system, like an ERP, a marketing tool, a CRM, or whatever.", | ||
|
@@ -99686,6 +99737,12 @@ | |
"example": "Primary warehouse", | ||
"nullable": false | ||
}, | ||
"code": { | ||
"type": "string", | ||
"description": "A string that you can use to identify the stock location (must be unique within the environment).", | ||
"example": "europe1", | ||
"nullable": true | ||
}, | ||
"label_format": { | ||
"type": "string", | ||
"description": "The shipping label format for this stock location. Can be one of 'PDF', 'ZPL', 'EPL2', or 'PNG'", | ||
|
@@ -99923,6 +99980,11 @@ | |
"description": "The stock location's internal name.", | ||
"example": "Primary warehouse" | ||
}, | ||
"code": { | ||
"type": "string", | ||
"description": "A string that you can use to identify the stock location (must be unique within the environment).", | ||
"example": "europe1" | ||
}, | ||
"label_format": { | ||
"type": "string", | ||
"description": "The shipping label format for this stock location. Can be one of 'PDF', 'ZPL', 'EPL2', or 'PNG'", | ||
|
@@ -100027,6 +100089,12 @@ | |
"example": "Primary warehouse", | ||
"nullable": false | ||
}, | ||
"code": { | ||
"type": "string", | ||
"description": "A string that you can use to identify the stock location (must be unique within the environment).", | ||
"example": "europe1", | ||
"nullable": true | ||
}, | ||
"label_format": { | ||
"type": "string", | ||
"description": "The shipping label format for this stock location. Can be one of 'PDF', 'ZPL', 'EPL2', or 'PNG'", | ||
|
@@ -102438,6 +102506,12 @@ | |
"example": "https://yourdomain.com/thankyou", | ||
"nullable": true | ||
}, | ||
"receipt_email": { | ||
"type": "string", | ||
"description": "The email address to send the receipt to.", | ||
"example": "[email protected]", | ||
"nullable": true | ||
}, | ||
"payment_instrument": { | ||
"type": "object", | ||
"description": "Information about the payment instrument used in the transaction", | ||
|
@@ -102592,6 +102666,11 @@ | |
"description": "The URL where the payer is redirected after they authenticate the payment.", | ||
"example": "https://yourdomain.com/thankyou" | ||
}, | ||
"receipt_email": { | ||
"type": "string", | ||
"description": "The email address to send the receipt to.", | ||
"example": "[email protected]" | ||
}, | ||
"reference": { | ||
"type": "string", | ||
"description": "A string that you can use to add any external identifier to the resource. This can be useful for integrating the resource to an external system, like an ERP, a marketing tool, a CRM, or whatever.", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.