-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/sdk-5434-bpc-steps-validation' of github.com:sp…
…ryker/spryker-docs into feature/sdk-5434-bpc-steps-validation
- Loading branch information
Showing
62 changed files
with
10,657 additions
and
291 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
Validating CODEOWNERS rules …
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
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
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
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
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
25 changes: 0 additions & 25 deletions
25
_includes/pbc/all/glue-api-guides/202311.0/oreder-shipments-response-attributes.md
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
_includes/pbc/all/glue-api-guides/202311.0/shipment-methods-response-attributes.md
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
| RESOURCE | ATTRIBUTE | TYPE | DESCRIPTION | | ||
| --- | --- | --- | --- | | ||
| shipment-methods | name | String | The name of the shipment method. | | ||
| shipment-methods | id | String | The unique identifier of the shipment method. | | ||
| shipment-methods | name | String | The name of the shipment method. | | ||
| shipment-methods | carrierName | String | The name of the carrier. | | ||
| shipment-methods | deliveryTime | Integer | The estimated delivery time. | | ||
| shipment-methods | defaultGrossPrice | Integer | Default gross price, in cents. | | ||
| shipment-methods | defaultNetPrice | Integer | Default net price, in cents. | | ||
| shipment-methods | currencyIsoCode | String | The ISO 4217 code of the currency in which the prices are specified. | |
27 changes: 27 additions & 0 deletions
27
_includes/pbc/all/glue-api-guides/202311.0/shipments-response-attributes.md
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
| shipments | Items | Array | A list of items in the shipment. | | ||
| shipments | requestedDeliveryDate | Date | The desired delivery date. | | ||
| shipments | shippingAddress | Object | The address to which this shipment will be delivered. | | ||
| shipments | shippingAddress.id | String | The unique identifier of a customer address. | | ||
| shipments | shippingAddress.salutation | String | The salutation to use when addressing the customer. | | ||
| shipments | shippingAddress.firstName | String | The customer's first name. | | ||
| shipments | shippingAddress.lastName | String | The customer's last name. | | ||
| shipments | shippingAddress.address1 | String | The 1st line of the customer's address. | | ||
| shipments | shippingAddress.address2 | String | The 2nd line of the customer's address. | | ||
| shipments | shippingAddress.address3 | String | The 3rd line of the customer's address. | | ||
| shipments | shippingAddress.zipCode | String | The ZIP code. | | ||
| shipments | shippingAddress.city | String | The name of the city. | | ||
| shipments | shippingAddress.country | String | The name of the country. | | ||
| shipments | shippingAddress.iso2Code | String | Specifies an ISO 2 Country Code to use. | | ||
| shipments | shippingAddress.company | String | Specifies the customer's company. | | ||
| shipments | shippingAddress.phone | String | Specifies the customer's phone number. | | ||
| shipments | shippingAddress.isDefaultShipping | Boolean | If true, it is the default shipping address of the customer. | | ||
| shipments | shippingAddress.isDefaultBilling | Boolean | If true, it is the default billing address of the customer. | | ||
| shipments | shippingAddress.idCompanyBusinessUnitAddress | String | The unique identifier of a business unit address used for this shipment. | | ||
| shipments | selectedShipmentMethod | Object | Describes the shipment method for the shipment. | | ||
| shipments | selectedShipmentMethod.id | String | The unique identifier of the shipment method. | | ||
| shipments | selectedShipmentMethod.name | String | The name of the shipment method. | | ||
| shipments | selectedShipmentMethod.carrierName | String | The name of the shipment method provider. | | ||
| shipments | selectedShipmentMethod.price | String | The price of the shipment method. | | ||
| shipments | selectedShipmentMethod.taxRate | String | The tax rate for this shipment method. | | ||
| shipments | selectedShipmentMethod.deliveryTime | String | The estimated delivery time provided by the shipment method provider. | | ||
| shipments | selectedShipmentMethod.currencyIsoCode | String | The ISO 4217 code of the currency in which the price is specified. | |
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
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
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.