판매자 API를 사용하여 오프라인 (매장) 및 지역 인벤토리를 관리할 수 있습니다.
요청
인벤토리에는 다음 요청 URL 형식을 사용합니다. 하위 API를 사용합니다.
POST https://merchantapi.googleapis.com/inventories/v1beta/{parent}/regionalInventories
판매자 API에서 인벤토리 하위 API 및 관련 엔드포인트는 복수형도 있습니다.
다음은 Content API for Shopping과 판매자를 비교한 샘플입니다. 오프라인 판매점 인벤토리 요청용 인벤토리 API:
Content API | 판매자 API | |
---|---|---|
URL | https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/products/{productId}/localinventory | https://merchantapi.googleapis.com/inventories/v1beta/{parent}/localInventories |
식별자 | {merchantId}/products/{productId} |
{name}
|
메서드
판매자 API에는 두 가지 새로운 인벤토리 관리 방법이 도입되었습니다.
- 제품의 오프라인 및 지역 인벤토리를 나열합니다.
- 제품에서 오프라인 및 지역 인벤토리를 삭제하세요.
다음은 Content API for Shopping의 인벤토리 방식을 비교한 것입니다. 판매자 인벤토리 API:
메서드 | Content API for Shopping | 판매자 API |
---|---|---|
customBatch |
예 | 아니요 |
insert |
예 | 예 |
list |
아니요 | 예 |
delete |
아니요 | 예 |
오프라인 판매점 인벤토리
Merchant Inventories API의 오프라인 판매점 인벤토리에 대한 변경사항은 다음과 같습니다.
Content API for Shopping | 판매자 API | 설명 |
---|---|---|
지원되지 않음 | name:string
|
product 내에서 LocalInventory 리소스를 구별하는 새 필드를 추가했습니다. Content API for Shopping은 storeCode 와 productId 로 오프라인 판매점 인벤토리를 식별합니다.
|
지원되지 않음 | account:string
|
product 및 LocalInventory 가 속한 판매자 계정을 식별하는 새 필드를 추가했습니다.
|
price: {
|
price: {
|
Price 정의가 변경되었습니다.
|
salePrice: {
|
salePrice: {
|
Price 정의가 변경되었습니다.
|
salePriceEffectiveDate: string
|
salePriceEffectiveDate: {
|
salePriceEffectiveDate 는 Merchant Inventories API의 새로운 TimePeriod 유형을 사용합니다.
|
quantity:string,
|
quantity:integer
|
quantity 는 Merchant Inventories API에서 문자열 대신 정수를 사용합니다.
|
kind:string
|
지원되지 않음 | kind 는 Merchant Inventories API에서 지원되지 않습니다.
|
지원되지 않음 | localShippingLabel:string
|
Merchant Inventories API에서 오프라인 배송 서비스에 라벨을 지정하기 위한 새 필드가 추가되었습니다. |
지역 인벤토리
Merchant Inventories API의 지역 인벤토리에 대한 변경사항은 다음과 같습니다.
Content API for Shopping | 판매자 API | 설명 |
---|---|---|
지원되지 않음 | name:string
|
product 내에서 regionalInventory 리소스를 구별하는 새 필드를 추가했습니다. Content API for Shopping은 regionId 및 productId 로 지역 인벤토리를 식별합니다.
|
지원되지 않음 | account:string
|
product 및 regionalInventory 가 속한 판매자 계정을 식별하는 새 필드를 추가했습니다.
|
"regionId": string
|
"region": string
|
regionID 는 판매자 인벤토리 API에서 region 라고 합니다.
|
price: {
|
price: {
|
Price 정의가 변경되었습니다.
|
salePrice: {
|
salePrice: {
|
Price 정의가 변경되었습니다.
|
salePriceEffectiveDate: string
|
salePriceEffectiveDate: {
|
salePriceEffectiveDate 는 Merchant Inventories API의 새로운 TimePeriod 유형을 사용합니다.
|
kind:string
|
지원되지 않음 | kind 는 Merchant Inventories API에서 지원되지 않습니다.
|