Content API for Shopping에서 인벤토리 관리 마이그레이션

판매자 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은 storeCodeproductId로 오프라인 판매점 인벤토리를 식별합니다.
지원되지 않음 account:string productLocalInventory가 속한 판매자 계정을 식별하는 새 필드를 추가했습니다.
price: {

object (Price)

}

price: {

object (Price)

}

Price 정의가 변경되었습니다.
salePrice: {

object (Price)

}

salePrice: {

object (Price)

}

Price 정의가 변경되었습니다.
salePriceEffectiveDate: string salePriceEffectiveDate: {

object (TimePeriod)

},

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은 regionIdproductId로 지역 인벤토리를 식별합니다.
지원되지 않음 account:string productregionalInventory가 속한 판매자 계정을 식별하는 새 필드를 추가했습니다.
"regionId": string "region": string regionID는 판매자 인벤토리 API에서 region라고 합니다.
price: {

object (Price)

}

price: {

object (Price)

}

Price 정의가 변경되었습니다.
salePrice: {

object (Price)

}

salePrice: {

object (Price)

}

Price 정의가 변경되었습니다.
salePriceEffectiveDate: string salePriceEffectiveDate: {

object (TimePeriod)

},

salePriceEffectiveDate는 Merchant Inventories API의 새로운 TimePeriod 유형을 사용합니다.
kind:string 지원되지 않음 kind는 Merchant Inventories API에서 지원되지 않습니다.