Skip to content

Commit

Permalink
Merge pull request #2188 from spryker/feature/cc-30494/dev-introduce-…
Browse files Browse the repository at this point in the history
…shipment-type-service-point-storage

CC-30494 Update Shipment Type Service Point IG
  • Loading branch information
andriitserkovnyi authored Nov 13, 2023
2 parents 1bfdf72 + 0ea3b10 commit a313828
Show file tree
Hide file tree
Showing 32 changed files with 34 additions and 180 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,10 @@ Make sure that entities have been imported into the `spy_shipment_type_service_t

1. Enable the expanding of shipment type storage data with the service type by registering the following plugins:

| PLUGIN | SPECIFICATION | PREREQUISITES | NAMESPACE |
|----------------------------------------------|---------------------------------------------------------------------------------------------------------------------|---------------|-------------------------------------------------------------------------------|
| ServiceTypeShipmentTypeStorageExpanderPlugin | Expands `ShipmentTypeStorageTransfer` with the service type data by `ShipmentTypeStorageTransfer.servicetype.uuid`. | | Spryker\Client\ShipmentTypeServicePoint\Plugin\ShipmentTypeStorage |
| ServiceTypeShipmentTypeStorageExpanderPlugin | Expands `ShipmentTypeStorageTransfer.serviceType` with the service type UUID. | | Spryker\Zed\ShipmentTypeServicePoint\Communication\Plugin\ShipmentTypeStorage |
| PLUGIN | SPECIFICATION | PREREQUISITES | NAMESPACE |
|----------------------------------------------|---------------------------------------------------------------------------------------------------------------------|---------------|--------------------------------------------------------------------------------------|
| ServiceTypeShipmentTypeStorageExpanderPlugin | Expands `ShipmentTypeStorageTransfer` with the service type data by `ShipmentTypeStorageTransfer.servicetype.uuid`. | | Spryker\Client\ShipmentTypeServicePointStorage\Plugin\ShipmentTypeStorage |
| ServiceTypeShipmentTypeStorageExpanderPlugin | Expands `ShipmentTypeStorageTransfer.serviceType` with the service type UUID. | | Spryker\Zed\ShipmentTypeServicePointStorage\Communication\Plugin\ShipmentTypeStorage |

**src/Pyz/Client/ShipmentTypeStorage/ShipmentTypeStorageDependencyProvider.php**

Expand All @@ -185,7 +185,7 @@ Make sure that entities have been imported into the `spy_shipment_type_service_t

namespace Pyz\Client\ShipmentTypeStorage;

use Spryker\Client\ShipmentTypeServicePoint\Plugin\ShipmentTypeStorage\ServiceTypeShipmentTypeStorageExpanderPlugin;
use Spryker\Client\ShipmentTypeServicePointStorage\Plugin\ShipmentTypeStorage\ServiceTypeShipmentTypeStorageExpanderPlugin;
use Spryker\Client\ShipmentTypeStorage\ShipmentTypeStorageDependencyProvider as SprykerShipmentTypeStorageDependencyProvider;

class ShipmentTypeStorageDependencyProvider extends SprykerShipmentTypeStorageDependencyProvider
Expand All @@ -209,7 +209,7 @@ class ShipmentTypeStorageDependencyProvider extends SprykerShipmentTypeStorageDe

namespace Pyz\Zed\ShipmentTypeStorage;

use Spryker\Zed\ShipmentTypeServicePoint\Communication\Plugin\ShipmentTypeStorage\ServiceTypeShipmentTypeStorageExpanderPlugin;
use Spryker\Zed\ShipmentTypeServicePointStorage\Communication\Plugin\ShipmentTypeStorage\ServiceTypeShipmentTypeStorageExpanderPlugin;
use Spryker\Zed\ShipmentTypeStorage\ShipmentTypeStorageDependencyProvider as SprykerShipmentTypeStorageDependencyProvider;

class ShipmentTypeStorageDependencyProvider extends SprykerShipmentTypeStorageDependencyProvider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ template: glue-api-storefront-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/retrieving-business-unit-addresses
originalArticleId: 9fd20b19-8917-4c1d-b1e6-b9eef0e4390f
redirect_from:
- /2021080/docs/retrieving-business-unit-addresses
- /2021080/docs/en/retrieving-business-unit-addresses
- /docs/retrieving-business-unit-addresses
- /docs/en/retrieving-business-unit-addresses
- /docs/scos/dev/glue-api-guides/201811.0/managing-b2b-account/retrieving-business-unit-addresses.html
- /docs/scos/dev/glue-api-guides/201903.0/managing-b2b-account/retrieving-business-unit-addresses.html
- /docs/scos/dev/glue-api-guides/201907.0/managing-b2b-account/retrieving-business-unit-addresses.html
- /docs/scos/dev/glue-api-guides/202005.0/managing-b2b-account/retrieving-business-unit-addresses.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ template: glue-api-storefront-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/retrieving-business-units
originalArticleId: 4926546b-9757-4f24-91b1-05202d352c73
redirect_from:
- /2021080/docs/retrieving-business-units
- /2021080/docs/en/retrieving-business-units
- /docs/retrieving-business-units
- /docs/en/retrieving-business-units
- /docs/scos/dev/glue-api-guides/201811.0/managing-b2b-account/retrieving-business-units.html
- /docs/scos/dev/glue-api-guides/201903.0/managing-b2b-account/retrieving-business-units.html
- /docs/scos/dev/glue-api-guides/202200.0/managing-b2b-account/retrieving-business-units.html
- /docs/scos/dev/glue-api-guides/202307.0/managing-b2b-account/retrieving-business-units.html
Expand Down Expand Up @@ -67,10 +62,10 @@ To retrieve a business unit, send the request:

| REQUEST | USAGE |
| --- | --- |
| GET http://glue.mysprykershop.com/company-business-units/mine | Retrieve business units of the current authenticated company user. |
| GET http://glue.mysprykershop.com/company-business-units/b8a06475-73f5-575a-b1e9-1954de7a49ef | Retrieve the business unit with the unique identifier `b8a06475-73f5-575a-b1e9-1954de7a49ef`. |
| GET http://glue.mysprykershop.com/company-business-units/32b44d30-3c2d-5f0a-91d3-e66adad10dc1?include=companies | Retrieve the business unit with the unique identifier `b8a06475-73f5-575a-b1e9-1954de7a49ef` and related companies included. |
| GET http://glue.mysprykershop.com/company-business-units/32b44d30-3c2d-5f0a-91d3-e66adad10dc1?include=company-business-unit-addresses | Retrieve the business unit with the unique identifier `b8a06475-73f5-575a-b1e9-1954de7a49ef` and related business unit addresses included. |
| `GET http://glue.mysprykershop.com/company-business-units/mine` | Retrieve business units of the current authenticated company user. |
| `GET http://glue.mysprykershop.com/company-business-units/b8a06475-73f5-575a-b1e9-1954de7a49ef` | Retrieve the business unit with the unique identifier `b8a06475-73f5-575a-b1e9-1954de7a49ef`. |
| `GET http://glue.mysprykershop.com/company-business-units/32b44d30-3c2d-5f0a-91d3-e66adad10dc1?include=companies` | Retrieve the business unit with the unique identifier `b8a06475-73f5-575a-b1e9-1954de7a49ef` and related companies included. |
| `GET http://glue.mysprykershop.com/company-business-units/32b44d30-3c2d-5f0a-91d3-e66adad10dc1?include=company-business-unit-addresses` | Retrieve the business unit with the unique identifier `b8a06475-73f5-575a-b1e9-1954de7a49ef` and related business unit addresses included. |

#### Response

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ template: glue-api-storefront-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/retrieving-companies
originalArticleId: 238c375f-b541-445c-ad9c-ab1b4afb036f
redirect_from:
- /2021080/docs/retrieving-companies
- /2021080/docs/en/retrieving-companies
- /docs/retrieving-companies
- /docs/en/retrieving-companies
- /docs/scos/dev/glue-api-guides/201811.0/managing-b2b-account/retrieving-companies.html
- /docs/scos/dev/glue-api-guides/201903.0/managing-b2b-account/retrieving-companies.html
- /docs/scos/dev/glue-api-guides/202307.0/managing-b2b-account/retrieving-companies.html
Expand Down Expand Up @@ -63,8 +59,8 @@ To retrieve information about a company, send the request:

| REQUEST | USAGE |
| --- | --- |
| GET https://glue.mysprykershop.com/companies/59b6c025-cc00-54ca-b101-191391adf2af | Retrieve information about the company with id `59b6c025-cc00-54ca-b101-191391adf2af`. |
| GET https://glue.mysprykershop.com/companies/mine | Retrieve information about the company of the currently authenticated company user. |
| `GET https://glue.mysprykershop.com/companies/59b6c025-cc00-54ca-b101-191391adf2af` | Retrieve information about the company with id `59b6c025-cc00-54ca-b101-191391adf2af`. |
| `GET https://glue.mysprykershop.com/companies/mine` | Retrieve information about the company of the currently authenticated company user. |

#### Response

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ template: glue-api-storefront-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/retrieving-company-roles
originalArticleId: 91e7d4fb-7088-4249-bb24-c146c3a63ea4
redirect_from:
- /2021080/docs/retrieving-company-roles
- /2021080/docs/en/retrieving-company-roles
- /docs/retrieving-company-roles
- /docs/en/retrieving-company-roles
- /docs/scos/dev/glue-api-guides/201811.0/managing-b2b-account/retrieving-company-roles.html
- /docs/scos/dev/glue-api-guides/201903.0/managing-b2b-account/retrieving-company-roles.html
- /docs/scos/dev/glue-api-guides/202307.0/managing-b2b-account/retrieving-company-roles.html
Expand Down Expand Up @@ -64,9 +60,9 @@ To retrieve a company role, send the request:

| REQUEST | USAGE |
| --- | --- |
| GET https://glue.mysprykershop.com/company-roles/mine | Retrieve all the company roles of the current authenticated company user. |
| GET https://glue.mysprykershop.com/company-roles/2f0a9d3e-9e69-53eb-8518-284a0db04376 | Retrieve the company role with the id `2f0a9d3e-9e69-53eb-8518-284a0db04376`. |
| GET https://glue.mysprykershop.com/company-roles/2f0a9d3e-9e69-53eb-8518-284a0db04376?include=companies | Retrieve the company role with the id `2f0a9d3e-9e69-53eb-8518-284a0db04376` with related companies included. |
| `GET https://glue.mysprykershop.com/company-roles/mine` | Retrieve all the company roles of the current authenticated company user. |
| `GET https://glue.mysprykershop.com/company-roles/2f0a9d3e-9e69-53eb-8518-284a0db04376` | Retrieve the company role with the id `2f0a9d3e-9e69-53eb-8518-284a0db04376`. |
| `GET https://glue.mysprykershop.com/company-roles/2f0a9d3e-9e69-53eb-8518-284a0db04376?include=companies` | Retrieve the company role with the id `2f0a9d3e-9e69-53eb-8518-284a0db04376` with related companies included. |

#### Response

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ template: glue-api-storefront-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/retrieving-company-users
originalArticleId: 4c9db88b-8496-4989-aff3-d0a676bf1a94
redirect_from:
- /2021080/docs/retrieving-company-users
- /2021080/docs/en/retrieving-company-users
- /docs/retrieving-company-users
- /docs/en/retrieving-company-users
- /docs/scos/dev/glue-api-guides/201811.0/managing-b2b-account/retrieving-company-users.html
- /docs/scos/dev/glue-api-guides/201903.0/managing-b2b-account/retrieving-company-users.html
- /docs/scos/dev/glue-api-guides/202307.0/managing-b2b-account/retrieving-company-users.html
Expand Down Expand Up @@ -145,8 +141,8 @@ To retrieve information about a company user, send the request:

| REQUEST | USAGE |
| --- | --- |
| GET https://glue.mysprykershop.com/company-users/e1019900-88c4-5582-af83-2c1ea8775ac5 | Retrieve the company user with unique identifier `e1019900-88c4-5582-af83-2c1ea8775ac5`. |
| GET https://glue.mysprykershop.com/company-users/min?include=companies,company-business-units,company-roles | Retrieve company users and related companies, business units, and roles. |
| `GET https://glue.mysprykershop.com/company-users/e1019900-88c4-5582-af83-2c1ea8775ac5` | Retrieve the company user with unique identifier `e1019900-88c4-5582-af83-2c1ea8775ac5`. |
| `GET https://glue.mysprykershop.com/company-users/min?include=companies,company-business-units,company-roles` | Retrieve company users and related companies, business units, and roles. |

### Response

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ template: glue-api-storefront-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/searching-by-company-users
originalArticleId: a0cc11ce-40e9-4fcf-8cd5-eddd23b02363
redirect_from:
- /2021080/docs/searching-by-company-users
- /2021080/docs/en/searching-by-company-users
- /docs/searching-by-company-users
- /docs/en/searching-by-company-users
- /docs/scos/dev/glue-api-guides/202307.0/managing-b2b-account/searching-by-company-users.html
related:
- title: Retrieving companies
Expand Down Expand Up @@ -64,8 +60,8 @@ To retrieve company users of the current authenticated customer, send the reques

| REQUEST | USAGE |
| --- | --- |
| GET https://glue.mysprykershop.com/company-users/mine | Retrieve all the company users the current authenticated customer can authenticate as. |
| GET https://glue.mysprykershop.com/company-users/mine?include=companies,company-business-units,company-roles | Retrieve all the company users the current authenticated customer can authenticate as. Include information about the company and business unit each company user belongs to. Include information about the roles of each company user. |
| `GET https://glue.mysprykershop.com/company-users/mine` | Retrieve all the company users the current authenticated customer can authenticate as. |
| `GET https://glue.mysprykershop.com/company-users/mine?include=companies,company-business-units,company-roles` | Retrieve all the company users the current authenticated customer can authenticate as. Include information about the company and business unit each company user belongs to. Include information about the roles of each company user. |

### Response

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ template: glue-api-storefront-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/managing-customer-addresses-via-glue-api
originalArticleId: 83f855ab-83ed-4a69-a087-196f88c0007b
redirect_from:
- /2021080/docs/managing-customer-addresses-via-glue-api
- /2021080/docs/en/managing-customer-addresses-via-glue-api
- /docs/managing-customer-addresses-via-glue-api
- /docs/en/managing-customer-addresses-via-glue-api
- /docs/scos/dev/glue-api-guides/201811.0/managing-customers/managing-customer-addresses.html
- /docs/scos/dev/glue-api-guides/201903.0/managing-customers/managing-customer-addresses.html
- /docs/scos/dev/glue-api-guides/201907.0/managing-customers/managing-customer-addresses.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ template: glue-api-storefront-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/managing-customers-via-glue-api
originalArticleId: 246e73d7-562f-414f-bbc0-d102ef54ff5c
redirect_from:
- /2021080/docs/managing-customers-via-glue-api
- /2021080/docs/en/managing-customers-via-glue-api
- /docs/managing-customers-via-glue-api
- /docs/en/managing-customers-via-glue-api
- /docs/scos/user/back-office-user-guides/202200.0/customer/customer-customer-access-customer-groups/managing-customers.html
- /docs/scos/dev/glue-api-guides/202200.0/managing-customers/managing-customers.html
- /docs/scos/dev/glue-api-guides/202307.0/managing-customers/managing-customers.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@ template: howto-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/managing-customer-access-to-glue-api-resources
originalArticleId: 8811d81a-5a7a-4c30-a73f-d1ae53494e9e
redirect_from:
- /2021080/docs/managing-customer-access-to-glue-api-resources
- /2021080/docs/en/managing-customer-access-to-glue-api-resources
- /docs/managing-customer-access-to-glue-api-resources
- /docs/en/managing-customer-access-to-glue-api-resources
- /v6/docs/managing-customer-access-to-api-resources
- /v6/docs/en/managing-customer-access-to-api-resources
- /v5/docs/managing-customer-access-to-api-resources
- /v5/docs/en/managing-customer-access-to-api-resources
- /v4/docs/managing-customer-access-to-api-resources
- /v4/docs/en/managing-customer-access-to-api-resources
- /docs/scos/dev/tutorials-and-howtos/howtos/glue-api-howtos/managing-customer-access-to-glue-api-resources.html
related:
- title: Authentication and Authorization
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@ template: howto-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/ht-activate-a-discount-rule-based-on-a-shipment-carrier
originalArticleId: 98408c10-05d0-4d84-a0a8-e01ba2cbdfea
redirect_from:
- /2021080/docs/ht-activate-a-discount-rule-based-on-a-shipment-carrier
- /2021080/docs/en/ht-activate-a-discount-rule-based-on-a-shipment-carrier
- /docs/ht-activate-a-discount-rule-based-on-a-shipment-carrier
- /docs/en/ht-activate-a-discount-rule-based-on-a-shipment-carrier
- /v6/docs/ht-activate-a-discount-rule-based-on-a-shipment-carrier
- /v6/docs/en/ht-activate-a-discount-rule-based-on-a-shipment-carrier
- /v5/docs/ht-activate-a-discount-rule-based-on-a-shipment-carrier
- /v5/docs/en/ht-activate-a-discount-rule-based-on-a-shipment-carrier
- /v4/docs/ht-activate-a-discount-rule-based-on-a-shipment-carrier
- /v4/docs/en/ht-activate-a-discount-rule-based-on-a-shipment-carrier
- /docs/scos/dev/tutorials-and-howtos/howtos/feature-howtos/howto-create-discounts-based-on-shipment.html
- /docs/pbc/all/discount-management/202307.0/tutorials-and-howtos/howto-create-discounts-based-on-shipment.html
- /docs/pbc/all/discount-management/202204.0/base-shop/tutorials-and-howtos/howto-create-discounts-based-on-shipment.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ template: glue-api-storefront-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/managing-discount-vouchers-in-carts-of-registered-users
originalArticleId: fdd347a8-d5ae-4799-87f5-b4030c57cdec
redirect_from:
- /2021080/docs/managing-discount-vouchers-in-carts-of-registered-users
- /2021080/docs/en/managing-discount-vouchers-in-carts-of-registered-users
- /docs/managing-discount-vouchers-in-carts-of-registered-users
- /docs/en/managing-discount-vouchers-in-carts-of-registered-users
- /docs/scos/dev/glue-api-guides/202307.0/managing-carts/carts-of-registered-users/managing-discount-vouchers-in-carts-of-registered-users.html
- /docs/pbc/all/discount-management/202307.0/manage-via-glue-api/manage-discount-vouchers-in-carts-of-registered-users.html
related:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ template: glue-api-storefront-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/managing-discount-vouchers-in-guest-carts
originalArticleId: ba8ecd12-244b-4dc4-bf64-b52977347916
redirect_from:
- /2021080/docs/managing-discount-vouchers-in-guest-carts
- /2021080/docs/en/managing-discount-vouchers-in-guest-carts
- /docs/managing-discount-vouchers-in-guest-carts
- /docs/en/managing-discount-vouchers-in-guest-carts
- /docs/scos/dev/glue-api-guides/201811.0/managing-carts/guest-carts/managing-discount-vouchers-in-guest-carts.html
- /docs/scos/dev/glue-api-guides/201903.0/managing-carts/guest-carts/managing-discount-vouchers-in-guest-carts.html
- /docs/scos/dev/glue-api-guides/201907.0/managing-carts/guest-carts/managing-discount-vouchers-in-guest-carts.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ template: glue-api-storefront-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/retrieving-promotional-items
originalArticleId: d086d38c-dd6b-4419-a299-589c73a97f24
redirect_from:
- /2021080/docs/retrieving-promotional-items
- /2021080/docs/en/retrieving-promotional-items
- /docs/retrieving-promotional-items
- /docs/en/retrieving-promotional-items
- /docs/scos/dev/glue-api-guides/201811.0/retrieving-promotional-items.html
- /docs/scos/dev/glue-api-guides/201903.0/retrieving-promotional-items.html
- /docs/scos/dev/glue-api-guides/201907.0/retrieving-promotional-items.html
Expand Down
Loading

0 comments on commit a313828

Please sign in to comment.